Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js144 if (node instanceof AST_Label) {
365 AST_Label.DEFMETHOD("unmangleable", function(){
382 AST_Label.DEFMETHOD("undeclared", function(){
444 if (node instanceof AST_Label) {
622 && (node instanceof AST_SymbolDeclaration || node instanceof AST_Label)
626 type: node instanceof AST_Label ? "Label" : "Symbol",
Dmozilla-ast.js202 return new ( p.type == "LabeledStatement" ? AST_Label
Dast.js867 var AST_Label = DEFNODE("Label", "references", { variable
Dparse.js965 var label = as_symbol(AST_Label);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js213 if (node instanceof AST_Label) {
586 AST_Label.DEFMETHOD("unmangleable", return_false);
678 if (node instanceof AST_Label) {
Dmozilla-ast.js553 ctor = AST_Label;
Dparse.js1004 var label = as_symbol(AST_Label);