Home
last modified time | relevance | path

Searched refs:token_error (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js747 function token_error(token, msg) { function
757 token_error(token, "Unexpected token: " + token_to_string(token.type, token.value));
762token_error(S.token, "Unexpected token: " + token_to_string(S.token.type, S.token.value) + ", expe…
1024token_error(ref.label.start, "Continue label `" + label.name + "` must refer to IterationStatement…
1046 if (!ldef) token_error(label.start, "Undefined label " + label.name);
1217token_error(init.start, "Only one variable declaration allowed in for..in/of loop");
1220token_error(init.definitions[0].value.start, "No initializers allowed in for..of loop");
1223 token_error(init.start, "Invalid left-hand side in for..in/of loop");
1300 …if (!(prop instanceof AST_ObjectKeyVal)) token_error(prop.start, "Invalid destructuring assignment…
1319 token_error(node.start, "Invalid arrow parameter");
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js754 function token_error(token, msg) { function
761 token_error(token, "Unexpected token: " + token.type + " (" + token.value + ")");
768token_error(S.token, "Unexpected token " + S.token.type + " «" + S.token.value + "»" + ", expected…