Searched refs:styleStringValue (Results 1 – 1 of 1) sorted by relevance
590 auto styleStringValue = JSRef<JSObject>::Cast(styledValueObj); in ParseJsCustomSpan() local591 if (styleStringValue->IsUndefined()) { in ParseJsCustomSpan()594 auto typeObj = styleStringValue->GetProperty("type_"); in ParseJsCustomSpan()598 auto spanBase = AceType::MakeRefPtr<JSCustomSpan>(JSRef<JSObject>(styleStringValue), args); in ParseJsCustomSpan()671 auto styleStringValue = valueObj->GetProperty("styledValue"); in ParseJsSpanBaseVector() local672 if (!styleStringValue->IsObject()) { in ParseJsSpanBaseVector()682 thisObj->SetPropertyObject(key.c_str(), styleStringValue); in ParseJsSpanBaseVector()684 … auto spanBase = ParseJsSpanBase(start, length, type, JSRef<JSObject>::Cast(styleStringValue)); in ParseJsSpanBaseVector()