Searched refs:idStrValue_ (Results 1 – 2 of 2) sorted by relevance
32 idStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ID)); in AppStyleManager()47 …ReleaseJerryValue(idStrValue_, attrsStrValue_, dynamicStyleStrValue_, staticStyleStrValue_, static… in ~AppStyleManager()116 if (name == idStrValue_) { in GetStyleObjFromOptions()238 if (type == idStrValue_) { in HandleSingleSelector()291 HandleSelectors(options, idStrValue_, curr); in HandleIDSelectors()
55 jerry_value_t idStrValue_; variable