Searched refs:JSObjectCast (Results 1 – 2 of 2) sorted by relevance
1392 auto layoutStyleObject = JSObjectCast(imageAttribute->GetProperty("layoutStyle")); in ParseJsImageSpanAttribute()1575 auto imageAttribute = JSObjectCast(imageObject->GetProperty("imageStyle")); in AddImageSpan()1710 auto styleObject = JSObjectCast(spanObject->GetProperty("style")); in AddTextSpan()1725 auto paraStyleObj = JSObjectCast(spanObject->GetProperty("paragraphStyle")); in AddTextSpan()1771 auto styleObject = JSObjectCast(spanObject->GetProperty("style")); in AddSymbolSpan()2122 auto richEditorTextStyle = JSObjectCast(jsObject->GetProperty("textStyle")); in UpdateSpanStyle()2123 auto richEditorImageStyle = JSObjectCast(jsObject->GetProperty("imageStyle")); in UpdateSpanStyle()2124 auto richEditorSymbolSpanStyle = JSObjectCast(jsObject->GetProperty("symbolStyle")); in UpdateSpanStyle()2172 auto styleObj = JSObjectCast(object->GetProperty("style")); in UpdateParagraphStyle()2397 auto decorationObject = JSObjectCast(styleObject->GetProperty("decoration")); in ParseTextDecoration()[all …]
154 JSRef<JSObject> JSObjectCast(JSRef<JSVal> jsValue);