Searched defs:IsFunctionLiteral (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h770 bool IsFunctionLiteral() const { return false; } function in class:v8::internal::PreParserExpression
2430 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) {

Completed in 270 milliseconds