Searched refs:DesugarBindingInForEachStatement (Results 1 – 4 of 4) sorted by relevance
374 void DesugarBindingInForEachStatement(ForInfo* for_info, Block** body_block,
1423 V8_INLINE void DesugarBindingInForEachStatement(
5880 impl()->DesugarBindingInForEachStatement(for_info, &body_block, in ParseForEachStatementWithDeclarations()6157 impl()->DesugarBindingInForEachStatement(&for_info, &body_block, in ParseForAwaitStatement()
1909 void Parser::DesugarBindingInForEachStatement(ForInfo* for_info, in DesugarBindingInForEachStatement() function in v8::internal::Parser