Searched refs:is_identifier_string (Results 1 – 7 of 7) sorted by relevance
177 function is_identifier_string(str){ function1267 if (!is_identifier_string(tok.value)) {
1219 } else if (RESERVED_WORDS(key) ? output.option("screw_ie8") : is_identifier_string(key)) {
4008 … if (RESERVED_WORDS(prop) ? compressor.option("screw_ie8") : is_identifier_string(prop)) {
1071 if (value == "*" || is_identifier_string(value)) {1710 } else if (RESERVED_WORDS[key] ? !output.option("ie") : is_identifier_string(key)) {
154 function is_identifier_string(str) { function1433 return is("name") || is("string") || is_identifier_string(S.token.value);
1287 return is_identifier_string(alias.value) ? set_moz_loc(alias, {
879 if (is_identifier_string(key)) {