Home
last modified time | relevance | path

Searched refs:IsFunctionLiteral (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dpreparser.h770 bool IsFunctionLiteral() const { return false; } in IsFunctionLiteral() function
2430 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseLeftHandSideExpression()
Dparser.cc920 expression()->IsFunctionLiteral()) { in DoParseProgram()
1026 DCHECK(expression->IsFunctionLiteral()); in ParseLazy()