Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js161 function is_identifier_start(code) { function
167 return is_identifier_start(code)
600 if (code == 92 || is_identifier_start(code)) return read_word();