Searched refs:AST_RegExp (Results 1 – 9 of 9) sorted by relevance
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
D | mozilla-ast.js | 197 return new AST_RegExp(args); 408 def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {
|
D | ast.js | 913 var AST_RegExp = DEFNODE("RegExp", "value", { variable
|
D | compress.js | 536 return make_node(AST_RegExp, orig, { value: val }); 1480 return !(this instanceof AST_RegExp); 1491 if (this instanceof AST_Constant && !(this instanceof AST_RegExp)) { 4084 OPT(AST_RegExp, literals_in_boolean_context);
|
D | parse.js | 1251 ret = new AST_RegExp({ start: tok, end: tok, value: tok.value });
|
D | output.js | 1297 DEFPRINT(AST_RegExp, function(self, output){
|
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | mozilla-ast.js | 471 return new AST_RegExp(args); 475 return new AST_RegExp(args); 1028 def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {
|
D | compress.js | 412 if (value instanceof AST_RegExp) return native_fns.RegExp[name] && !value.value.global; 1816 return make_node(AST_RegExp, orig, { value: val }); 4469 def(AST_RegExp, return_true); 4520 def(AST_RegExp, return_false); 4700 || exp.property == "test" && exp.expression instanceof AST_RegExp); 5095 def(AST_RegExp, return_false); 5567 … if (val instanceof RegExp && val.global && !(e instanceof AST_RegExp)) return this; 5743 } else if (exp instanceof AST_RegExp) { 10452 return best_of(compressor, self, make_node(AST_RegExp, self, {
|
D | output.js | 1801 DEFPRINT(AST_RegExp, function(output) {
|
D | parse.js | 1821 ret = new AST_RegExp({ value: value });
|