Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp204 JSValue propValueObj = jerry_create_number(propValue); in PrepareStyleOption() local
205 jerry_release_value(jerry_set_property(styleObj, propKey, propValueObj)); in PrepareStyleOption()
237 JSValue propValueObj = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propValue)); in PrepareAttrOption() local
238 jerry_release_value(jerry_set_property(attrsObj, propKey, propValueObj)); in PrepareAttrOption()
258 JSValue propValueObj = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propValue)); in AddValueToAttrOption() local
259 jerry_release_value(jerry_set_property(attrsObj, propKey, propValueObj)); in AddValueToAttrOption()
273 JSValue propValueObj = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propValue)); in AddStrValueToOption() local
274 jerry_release_value(jerry_set_property(option, propKey, propValueObj)); in AddStrValueToOption()