Home
last modified time | relevance | path

Searched refs:AST_String (Results 1 – 14 of 14) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js1367 aliases: "[AST_String*] array of aliases to export",
1368 keys: "[AST_String*] array of keys to import",
1369 path: "[AST_String] the path to import module",
1381 if (!(name instanceof AST_String)) throw new Error("aliases must contain AST_String");
1384 if (!(name instanceof AST_String)) throw new Error("keys must contain AST_String");
1386 if (!(this.path instanceof AST_String)) throw new Error("path must be AST_String");
1418 path: "[AST_String] the path to import module",
1447 if (!(this.path instanceof AST_String)) throw new Error("path must be AST_String");
1996 key: "[AST_String] the original `export` name",
2003 if (!(this.key instanceof AST_String)) throw new Error("key must be AST_String");
[all …]
Dpropmangle.js153 } else if (node instanceof AST_String) {
321 } else if (node instanceof AST_String) {
Dmozilla-ast.js324 aliases: [ M.exported ? from_moz_alias(M.exported) : new AST_String({
329 keys: [ new AST_String({
401 def.key = new AST_String({
409 all.key = new AST_String({
480 return new AST_String(args);
1116 if (!(node instanceof AST_String)) break;
1228 return new AST_String({
1302 … if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) {
Dparse.js817 if (body instanceof AST_String) {
1437 return new AST_String({
1594 def.key = new AST_String({
1623 alias.key = new AST_String({
1818 ret = new AST_String({ value: value, quote: tok.quote });
Dcompress.js301 node.alias = make_node(AST_String, node, { value: node.name });
311 body: make_node(AST_String, node),
319 if (value instanceof AST_String) return make_node(AST_Directive, value);
360 if (stat instanceof AST_Directive) return make_node(AST_String, stat);
407 if (value instanceof AST_String) return native_fns.String[name];
1794 return make_node(AST_String, orig, { value: val });
4856 def(AST_String, return_true);
9368 if (!(condition.left instanceof AST_String)) {
10411 if (self.args.length == 0) return make_node(AST_String, self, { value: "" });
10415 left: make_node(AST_String, self, { value: "" }),
[all …]
Doutput.js921 if (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String) {
1789 DEFPRINT(AST_String, function(output) {
Dscope.js816 if (node instanceof AST_String) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js231 if (node instanceof AST_String) {
253 else if (node instanceof AST_String) {
Dmozilla-ast.js52 … if (in_directive && body[i] instanceof AST_Statement && body[i].body instanceof AST_String) {
58 …se if (in_directive && !(body[i] instanceof AST_Statement && body[i].body instanceof AST_String)) {
182 return new AST_String(args);
603 … if (node.body[0] instanceof AST_SimpleStatement && node.body[0].body instanceof AST_String) {
Dcompress.js512 return make_node(AST_String, orig, {
796 return make_node(AST_String, sym, { value: sym.name });
1350 def(AST_String, return_true);
2889 if (self.args.length == 0) return make_node(AST_String, self, {
2895 right: make_node(AST_String, self, { value: "" })
2922 if (all(self.args, function(x){ return x instanceof AST_String })) {
2949 return make_node(AST_String, self.args[i], {
2956 args.push(make_node(AST_String, self.args[self.args.length - 1], {
2976 left: make_node(AST_String, self, { value: "" }),
2995 elements.push(make_node(AST_String, self, {
[all …]
Dast.js376 property: new AST_String({ value: sym.name }),
897 var AST_String = DEFNODE("String", "value quote", { variable
Doutput.js718 (stmt instanceof AST_SimpleStatement && stmt.body instanceof AST_String)
732 stmt.body instanceof AST_String
1258 DEFPRINT(AST_String, function(self, output){
Dparse.js1243 ret = new AST_String({
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js57 if (node instanceof U2.AST_String) {