Searched refs:AST_Object (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | mozilla-ast.js | 138 return new AST_Object({ 370 def_to_moz(AST_Object, function To_Moz_ObjectExpression(M) {
|
| D | transform.js | 210 _(AST_Object, function(self, tw){
|
| D | output.js | 502 node instanceof AST_Object) 581 PARENS(AST_Object, function(output){ 1196 DEFPRINT(AST_Object, function(self, output){
|
| D | compress.js | 1246 def(AST_Object, function(pure_getters) { 1410 return make_node(AST_Object, orig, { 1541 def(AST_Object, function(compressor){ 1816 def(AST_Object, function(compressor){ 2393 def(AST_Object, function(compressor, first_in_statement){ 2883 return make_node(AST_Object, self, { 4054 self.expression = make_node(AST_Object, self.expression, { 4083 OPT(AST_Object, literals_in_boolean_context);
|
| D | ast.js | 783 var AST_Object = DEFNODE("Object", "properties", { variable
|
| D | parse.js | 1384 return new AST_Object({ properties: a });
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 209 DEF(AST_Object, function(self, tw) {
|
| D | output.js | 690 PARENS(AST_Object, needs_parens_obj); 1694 DEFPRINT(AST_Object, function(output) { 1936 AST_Object,
|
| D | compress.js | 392 } else if (obj instanceof AST_Object) { 411 if (value instanceof AST_Object) return native_fns.Object[name]; 2874 } else if (expr instanceof AST_Object) { 3198 if (expr instanceof AST_Object) return false; 4206 if (!(value instanceof AST_Object)) return; 4468 def(AST_Object, return_true); 4519 def(AST_Object, return_false); 4587 def(AST_Object, function(compressor, force) { 4656 def(AST_Object, return_true); 4893 return make_node(AST_Object, orig, { properties: props }); [all …]
|
| D | parse.js | 1292 if (node instanceof AST_Object) { 2111 return new AST_Object({ properties: a }); 2481 if (!(node instanceof AST_Object)) return node;
|
| D | mozilla-ast.js | 637 map("ObjectExpression", AST_Object, "properties@properties");
|