Searched refs:AllocateFunctionWithMapAndContext (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | promise-finally.tq | 53 return AllocateFunctionWithMapAndContext(map, throwerInfo, throwerContext); 99 return AllocateFunctionWithMapAndContext( 153 AllocateFunctionWithMapAndContext(map, thenFinallyInfo, promiseContext); 156 AllocateFunctionWithMapAndContext(map, catchFinallyInfo, promiseContext);
|
| D | promise-abstract-operations.tq | 37 extern macro AllocateFunctionWithMapAndContext( 325 AllocateFunctionWithMapAndContext(map, resolveInfo, promiseContext); 328 AllocateFunctionWithMapAndContext(map, rejectInfo, promiseContext); 356 const executor = AllocateFunctionWithMapAndContext(
|
| D | builtins-async-gen.cc | 195 return AllocateFunctionWithMapAndContext(map, on_fulfilled_shared, in CreateUnwrapClosure()
|
| D | builtins-proxy-gen.cc | 84 return AllocateFunctionWithMapAndContext(revoke_map, revoke_info, in AllocateProxyRevokeFunction()
|
| D | promise-all.tq | 52 const resolve = AllocateFunctionWithMapAndContext(
|
| D | promise-any.tq | 66 AllocateFunctionWithMapAndContext(map, rejectInfo, rejectElementContext);
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.h | 3755 TNode<JSFunction> AllocateFunctionWithMapAndContext(
|
| D | code-stub-assembler.cc | 14777 TNode<JSFunction> CodeStubAssembler::AllocateFunctionWithMapAndContext( in AllocateFunctionWithMapAndContext() function in v8::internal::CodeStubAssembler
|