Searched refs:NewCallRuntime (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 290 CallRuntime* call_constructor = factory()->NewCallRuntime(id, args, pos); in NewThrowError() 323 return factory()->NewCallRuntime( in ImportMetaExpression() 392 return factory()->NewCallRuntime(function, args, pos); in NewV8Intrinsic() 405 return factory()->NewCallRuntime(context_index, args, pos); in NewV8Intrinsic() 1747 Expression* reject_call = factory()->NewCallRuntime( in ParseAndRewriteAsyncGeneratorFunctionBody() 1764 Expression* close_call = factory()->NewCallRuntime( in ParseAndRewriteAsyncGeneratorFunctionBody() 1812 Expression* is_spec_object_call = factory()->NewCallRuntime( in BuildIteratorNextResult() 1820 Expression* throw_call = factory()->NewCallRuntime( in BuildIteratorNextResult() 2955 Expression* create_promise = factory()->NewCallRuntime( in BuildRejectPromiseOnException() 2991 Expression* call_promise_release = factory()->NewCallRuntime( in BuildRejectPromiseOnException() [all …]
|
D | pattern-rewriter.cc | 396 value = factory()->NewCallRuntime( in VisitObjectLiteral() 415 auto to_name_key = CreateTempVar(factory()->NewCallRuntime( in VisitObjectLiteral()
|
D | parser.h | 723 return factory()->NewCallRuntime(Runtime::kInlineToString, args,
|
D | preparser.h | 834 PreParserExpression NewCallRuntime( in NewCallRuntime() function
|
/external/v8/src/ast/ |
D | ast.h | 3101 CallRuntime* NewCallRuntime(Runtime::FunctionId id, in NewCallRuntime() function 3106 CallRuntime* NewCallRuntime(const Runtime::Function* function, in NewCallRuntime() function 3111 CallRuntime* NewCallRuntime(int context_index, in NewCallRuntime() function
|