Searched refs:extSpanObj_ (Results 1 – 2 of 2) sorted by relevance
1520 JSExtSpan::JSExtSpan(JSRef<JSObject> extSpanObj) : extSpanObj_(extSpanObj) {} in JSExtSpan()1523 : ExtSpan(start, end), extSpanObj_(extSpanObj) in JSExtSpan()1528 RefPtr<SpanBase> spanBase = MakeRefPtr<JSExtSpan>(extSpanObj_, start, end); in GetSubSpan()1538 return (extSpan->extSpanObj_) in IsAttributesEqual()1540 ->IsStrictEquals(extSpanObj_->GetEcmaVM(), extSpanObj_->GetLocalHandle()); in IsAttributesEqual()1544 extSpanObj_ = extSpanObj; in SetJsExtSpanObject()1549 return extSpanObj_; in GetJsExtSpanObject()
350 JSRef<JSObject> extSpanObj_; variable