Searched refs:keyNameValue (Results 1 – 1 of 1) sorted by relevance
170 JSValue keyNameValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>(keys[i])); in PrepareStyleSheetWithKeyValues() local171 jerry_release_value(jerry_set_property(selectorObj, keyNameValue, widthValue)); in PrepareStyleSheetWithKeyValues()172 jerry_release_value(keyNameValue); in PrepareStyleSheetWithKeyValues()