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

  /external/v8/src/parsing/
parameter-initializer-rewriter.cc 59 DCHECK(prop->value()->IsFunctionLiteral());
parser.h     [all...]
preparser.h 317 bool IsFunctionLiteral() const { return false; }
    [all...]
parser-base.h     [all...]
parser.cc 740 expression()->IsFunctionLiteral()) {
    [all...]
  /external/v8/src/ast/
ast.cc 147 return (IsFunctionLiteral() &&
347 if (expr == nullptr || !expr->IsFunctionLiteral()) return false;
388 (value_->IsFunctionLiteral() &&
    [all...]

Completed in 87 milliseconds