Home
last modified time | relevance | path

Searched refs:NewForEachStatement (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h821 PreParserStatement NewForEachStatement( in NewForEachStatement() function
Dparser-base.h5846 auto loop = factory()->NewForEachStatement(for_info->mode, labels, own_labels, in ParseForEachStatementWithDeclarations()
5924 auto loop = factory()->NewForEachStatement(for_info->mode, labels, own_labels, in ParseForEachStatementWithoutDeclarations()
/external/v8/src/ast/
Dast.h2873 ForEachStatement* NewForEachStatement( in NewForEachStatement() function