Searched refs:attrsStrValue_ (Results 1 – 2 of 2) sorted by relevance
33 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()
56 jerry_value_t attrsStrValue_; variable