Home
last modified time | relevance | path

Searched refs:NewCallRuntime (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparser.cc292 CallRuntime* call_constructor = factory()->NewCallRuntime(id, args, pos); in NewThrowError()
327 return factory()->NewCallRuntime(Runtime::kInlineGetImportMetaObject, args, in ImportMetaExpression()
393 return factory()->NewCallRuntime(function, args, pos); in NewV8Intrinsic()
405 return factory()->NewCallRuntime(context_index, args, pos); in NewV8Intrinsic()
425 return factory()->NewCallRuntime(function, args, pos); in NewV8RuntimeFunctionForFuzzing()
433 return factory()->NewCallRuntime(function, permissive_args, pos); in NewV8RuntimeFunctionForFuzzing()
2134 Expression* reject_call = factory()->NewCallRuntime( in ParseAndRewriteAsyncGeneratorFunctionBody()
2154 close_call = factory()->NewCallRuntime(Runtime::kInlineGeneratorClose, in ParseAndRewriteAsyncGeneratorFunctionBody()
2999 reject_promise = factory()->NewCallRuntime( in BuildRejectPromiseOnException()
Dpreparser.h784 PreParserExpression NewCallRuntime( in NewCallRuntime() function
/third_party/node/deps/v8/src/ast/
Dast.h3117 CallRuntime* NewCallRuntime(Runtime::FunctionId id, in NewCallRuntime() function
3124 CallRuntime* NewCallRuntime(const Runtime::Function* function, in NewCallRuntime() function
3130 CallRuntime* NewCallRuntime(int context_index, in NewCallRuntime() function