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

  /external/v8/src/parsing/
parser.cc 226 Expression* super_constructor = factory()->NewCallRuntime(
239 CallRuntime* call = factory()->NewCallRuntime(
526 return factory->NewCallRuntime(Runtime::kInlineCreateIterResultObject, args,
558 parser_->factory()->NewCallRuntime(id, args, pos);
689 return factory->NewCallRuntime(Runtime::kInlineGeneratorGetInputOrDebugPos,
    [all...]
pattern-rewriter.cc 243 initialize = factory()->NewCallRuntime(Runtime::kInitializeConstGlobal,
262 initialize = factory()->NewCallRuntime(Runtime::kInitializeVarGlobal,
627 factory()->NewCallRuntime(Runtime::kAppendElement, args, nopos),
preparser.h 534 PreParserExpression NewCallRuntime(const AstRawString* name,
    [all...]
  /external/v8/src/ast/
ast.h     [all...]

Completed in 57 milliseconds