Searched refs:AST_Constant (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | ast.js | 890 var AST_Constant = DEFNODE("Constant", null, { variable 903 }, AST_Constant); 911 }, AST_Constant); 918 }, AST_Constant); 922 }, AST_Constant);
|
| D | compress.js | 1244 def(AST_Constant, return_false); 1479 if (this instanceof AST_Constant) { 1483 && this.expression instanceof AST_Constant 1491 if (this instanceof AST_Constant && !(this instanceof AST_RegExp)) { 1496 && this.expression instanceof AST_Constant) switch (this.operator) { 1530 def(AST_Constant, function(){ 1751 def(AST_Constant, return_false); 2315 def(AST_Constant, return_null); 3455 if (self.left instanceof AST_Constant 3458 && self.right.left instanceof AST_Constant [all …]
|
| D | mozilla-ast.js | 421 def_to_moz(AST_Constant, function To_Moz_Literal(M) { 449 AST_Boolean.DEFMETHOD("to_mozilla_ast", AST_Constant.prototype.to_mozilla_ast); 450 AST_Null.DEFMETHOD("to_mozilla_ast", AST_Constant.prototype.to_mozilla_ast);
|
| D | scope.js | 466 if (node instanceof AST_Constant)
|
| D | output.js | 1255 DEFPRINT(AST_Constant, function(self, output){ 1412 DEFMAP(AST_Constant, basic_sourcemap_gen);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | ast.js | 2143 if (this.TYPE == "Constant") throw new Error("should not instantiate AST_Constant");
|
| D | compress.js | 4494 && (!(right instanceof AST_Constant) || right.value == 0); 4515 def(AST_Constant, function() { 4578 def(AST_Constant, return_false); 4653 def(AST_Constant, return_true); 5094 def(AST_Constant, return_true); 5098 return unaryPrefix[this.operator] && this.expression instanceof AST_Constant; 5155 def(AST_Constant, function() { 5775 def(AST_Constant, return_true); 5856 def(AST_Constant, return_false); 5937 def(AST_Constant, return_false); [all …]
|
| D | output.js | 1786 DEFPRINT(AST_Constant, function(output) { 1927 AST_Constant,
|
| D | mozilla-ast.js | 1072 def_to_moz(AST_Constant, To_Moz_Literal);
|
| /plugin/asciidocjs/node_modules/uglify-js/bin/ |
| D | uglifyjs | 558 … return value instanceof UglifyJS.AST_Constant ? value.value : value.print_to_string({
|