Home
last modified time | relevance | path

Searched refs:is_identifier_string (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js177 function is_identifier_string(str){ function
1267 if (!is_identifier_string(tok.value)) {
Doutput.js1219 } else if (RESERVED_WORDS(key) ? output.option("screw_ie8") : is_identifier_string(key)) {
Dcompress.js4008 … if (RESERVED_WORDS(prop) ? compressor.option("screw_ie8") : is_identifier_string(prop)) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js1071 if (value == "*" || is_identifier_string(value)) {
1710 } else if (RESERVED_WORDS[key] ? !output.option("ie") : is_identifier_string(key)) {
Dparse.js154 function is_identifier_string(str) { function
1433 return is("name") || is("string") || is_identifier_string(S.token.value);
Dmozilla-ast.js1287 return is_identifier_string(alias.value) ? set_moz_loc(alias, {
Dcompress.js879 if (is_identifier_string(key)) {