Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp33 attrsStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_ATTRS)); in AppStyleManager()
47 …ReleaseJerryValue(idStrValue_, attrsStrValue_, dynamicStyleStrValue_, staticStyleStrValue_, static… in ~AppStyleManager()
118 if (!HasOwnProperty(options, attrsStrValue_)) { in GetStyleObjFromOptions()
122 valueContainer = jerry_get_property(options, attrsStrValue_); in GetStyleObjFromOptions()
H A Dapp_style_manager.h56 jerry_value_t attrsStrValue_; variable