Searched refs:propValueObj (Results 1 – 1 of 1) sorted by relevance
204 JSValue propValueObj = jerry_create_number(propValue); in PrepareStyleOption() local205 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() local238 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() local259 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() local274 jerry_release_value(jerry_set_property(option, propKey, propValueObj)); in AddStrValueToOption()