Searched refs:dynamicStyleStrValue_ (Results 1 – 2 of 2) sorted by relevance
35 …dynamicStyleStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_DYNAMIC_ST… in AppStyleManager()47 …ReleaseJerryValue(idStrValue_, attrsStrValue_, dynamicStyleStrValue_, staticStyleStrValue_, static… in ~AppStyleManager()174 jerry_value_t dynamicStyleValue = GetStyleObjFromOptions(options, dynamicStyleStrValue_); in HandleDynamicStyle()
57 jerry_value_t dynamicStyleStrValue_; variable