Home
last modified time | relevance | path

Searched refs:AST_ObjectKeyVal (Results 1 – 12 of 12) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js111 if (node instanceof AST_ObjectKeyVal) {
128 if (node instanceof AST_ObjectKeyVal) {
Dmozilla-ast.js120 if (M.kind == "init") return new AST_ObjectKeyVal(args);
383 if (M instanceof AST_ObjectKeyVal) {
Dscope.js510 else if (node instanceof AST_ObjectKeyVal)
Dast.js811 var AST_ObjectKeyVal = DEFNODE("ObjectKeyVal", "quote", { variable
Dparse.js1375 a.push(new AST_ObjectKeyVal({
Doutput.js1230 DEFPRINT(AST_ObjectKeyVal, function(self, output){
Dcompress.js1405 props.push(make_node(AST_ObjectKeyVal, orig, {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js34 if (node instanceof U2.AST_ObjectKeyVal) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js1300 …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;
Dmozilla-ast.js238 if (M.kind == "init") return new (M.method ? AST_ObjectMethod : AST_ObjectKeyVal)(args);
981 if (M instanceof AST_ObjectKeyVal) {
Dcompress.js449 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, {
Doutput.js1717 DEFPRINT(AST_ObjectKeyVal, function(output) {