Home
last modified time | relevance | path

Searched defs:ForInStatement (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.h40 …explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *bod… in ForInStatement() function
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h78 class ForInStatement; variable