MCPcopy Create free account
hub / github.com/dynjs/dynjs / forOfStatement

Method forOfStatement

src/main/java/org/dynjs/parser/js/ASTFactory.java:510–512  ·  view source on GitHub ↗
(Position position, Expression lhs, Expression rhs, Statement body)

Source from the content-addressed store, hash-verified

508 }
509
510 public ForExprOfStatement forOfStatement(Position position, Expression lhs, Expression rhs, Statement body) {
511 return new ForExprOfStatement(position, lhs, rhs, body);
512 }
513
514 public ForVarDeclInStatement forInStatement(Position position, VariableDeclaration decl, Expression rhs, Statement body) {
515 return new ForVarDeclInStatement(position, decl, rhs, body);

Callers 1

forStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected