HomeSort by relevance Sort by last modified time
    Searched refs:AsFunctionLiteral (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ast/
ast.cc 148 AsFunctionLiteral()->IsAnonymousFunctionDefinition()) ||
348 DCHECK_NOT_NULL(expr->AsFunctionLiteral()->scope());
349 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject();
389 IsConciseMethod(value_->AsFunctionLiteral()->kind())));
    [all...]
  /external/v8/src/parsing/
parser.h     [all...]
parser.cc     [all...]
preparser.h 329 PreParserExpression AsFunctionLiteral() { return *this; }
    [all...]
parser-base.h     [all...]

Completed in 107 milliseconds