Searched refs:AST_ObjectKeyVal (Results 1 – 12 of 12) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | propmangle.js | 111 if (node instanceof AST_ObjectKeyVal) { 128 if (node instanceof AST_ObjectKeyVal) {
|
| D | mozilla-ast.js | 120 if (M.kind == "init") return new AST_ObjectKeyVal(args); 383 if (M instanceof AST_ObjectKeyVal) {
|
| D | scope.js | 510 else if (node instanceof AST_ObjectKeyVal)
|
| D | ast.js | 811 var AST_ObjectKeyVal = DEFNODE("ObjectKeyVal", "quote", { variable
|
| D | parse.js | 1375 a.push(new AST_ObjectKeyVal({
|
| D | output.js | 1230 DEFPRINT(AST_ObjectKeyVal, function(self, output){
|
| D | compress.js | 1405 props.push(make_node(AST_ObjectKeyVal, orig, {
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/ |
| D | extract-props.js | 34 if (node instanceof U2.AST_ObjectKeyVal) {
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 1300 …if (!(prop instanceof AST_ObjectKeyVal)) token_error(prop.start, "Invalid destructuring assignment… 2029 a.push(new AST_ObjectKeyVal({ 2044 a.push(new AST_ObjectKeyVal({ 2068 a.push(new AST_ObjectKeyVal({ 2490 if (!(prop instanceof AST_ObjectKeyVal)) return node;
|
| D | mozilla-ast.js | 238 if (M.kind == "init") return new (M.method ? AST_ObjectMethod : AST_ObjectKeyVal)(args); 981 if (M instanceof AST_ObjectKeyVal) {
|
| D | compress.js | 449 if (parent instanceof AST_ObjectKeyVal) { 763 } else if (parent instanceof AST_ObjectKeyVal && parent.value === node) { 2878 … if (prop instanceof AST_ObjectKeyVal) extract_candidates(prop.value, unused); 3025 return prop instanceof AST_ObjectKeyVal; 3074 return prop instanceof AST_ObjectKeyVal; 4241 value.properties.push(make_node(AST_ObjectKeyVal, node, { 4888 props.push(make_node(AST_ObjectKeyVal, orig, { 5231 if (!(prop instanceof AST_ObjectKeyVal)) return this; 8116 … prop_map.set(key, retain_key(mapped) && make_node(AST_ObjectKeyVal, mapped, { 8155 return retain_key(prop) ? make_node(AST_ObjectKeyVal, prop, {
|
| D | output.js | 1717 DEFPRINT(AST_ObjectKeyVal, function(output) {
|