Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js174 else if (node instanceof AST_LabelRef) {
378 AST_LabelRef.DEFMETHOD("undeclared", function(){
Dmozilla-ast.js207 : p.type == "BreakStatement" || p.type == "ContinueStatement" ? AST_LabelRef
Dast.js882 var AST_LabelRef = DEFNODE("LabelRef", null, { variable
Dparse.js999 label = as_symbol(AST_LabelRef, true);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js535 ctor = AST_LabelRef;
1241 if (node instanceof AST_LabelRef) {
Dparse.js1040 label = as_symbol(AST_LabelRef, true);