Home
last modified time | relevance | path

Searched +defs:destructuring +defs:let (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DIRFactory.java518 Node destructuring = (Node)fn.getProp(Node.DESTRUCTURING_PARAMS); in transformFunction() local
591 Node destructuring = (Node)fn.getProp(Node.DESTRUCTURING_PARAMS); in transformGenExpr() local
1429 Scope let = Scope.splitScope(loop); in createFor() local
1496 int destructuring = -1; in createForIn() local
H A DParser.java682 Map<String, Node> destructuring = null; in parseFunctionParams() local
1837 AstNode destructuring = null; in variables() local
1898 private AstNode let(boolean isStatement, int pos) in let() method in Parser