Home
last modified time | relevance | path

Searched refs:AllocateFunctionWithMapAndContext (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dpromise-finally.tq53 return AllocateFunctionWithMapAndContext(map, throwerInfo, throwerContext);
99 return AllocateFunctionWithMapAndContext(
153 AllocateFunctionWithMapAndContext(map, thenFinallyInfo, promiseContext);
156 AllocateFunctionWithMapAndContext(map, catchFinallyInfo, promiseContext);
Dpromise-abstract-operations.tq37 extern macro AllocateFunctionWithMapAndContext(
325 AllocateFunctionWithMapAndContext(map, resolveInfo, promiseContext);
328 AllocateFunctionWithMapAndContext(map, rejectInfo, promiseContext);
356 const executor = AllocateFunctionWithMapAndContext(
Dbuiltins-async-gen.cc195 return AllocateFunctionWithMapAndContext(map, on_fulfilled_shared, in CreateUnwrapClosure()
Dbuiltins-proxy-gen.cc84 return AllocateFunctionWithMapAndContext(revoke_map, revoke_info, in AllocateProxyRevokeFunction()
Dpromise-all.tq52 const resolve = AllocateFunctionWithMapAndContext(
Dpromise-any.tq66 AllocateFunctionWithMapAndContext(map, rejectInfo, rejectElementContext);
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3755 TNode<JSFunction> AllocateFunctionWithMapAndContext(
Dcode-stub-assembler.cc14777 TNode<JSFunction> CodeStubAssembler::AllocateFunctionWithMapAndContext( in AllocateFunctionWithMapAndContext() function in v8::internal::CodeStubAssembler