Home
last modified time | relevance | path

Searched refs:extSpanObj_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1520 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()
H A Djs_span_object.h350 JSRef<JSObject> extSpanObj_; variable