Searched defs:extSpanObj (Results 1 – 1 of 1) sorted by relevance
1520 JSExtSpan::JSExtSpan(JSRef<JSObject> extSpanObj) : extSpanObj_(extSpanObj) {} in JSExtSpan()1522 JSExtSpan::JSExtSpan(JSRef<JSObject> extSpanObj, int32_t start, int32_t end) in JSExtSpan()1542 void JSExtSpan::SetJsExtSpanObject(const JSRef<JSObject>& extSpanObj) in SetJsExtSpanObject()