Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js197 return new AST_RegExp(args);
408 def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {
Dast.js913 var AST_RegExp = DEFNODE("RegExp", "value", { variable
Dcompress.js536 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);
Dparse.js1251 ret = new AST_RegExp({ start: tok, end: tok, value: tok.value });
Doutput.js1297 DEFPRINT(AST_RegExp, function(self, output){
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js471 return new AST_RegExp(args);
475 return new AST_RegExp(args);
1028 def_to_moz(AST_RegExp, function To_Moz_RegExpLiteral(M) {
Dcompress.js412 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, {
Doutput.js1801 DEFPRINT(AST_RegExp, function(output) {
Dparse.js1821 ret = new AST_RegExp({ value: value });