Searched refs:next_promise (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 1877 Node* const next_promise = in PerformPromiseAll() local 1911 GetProperty(native_context, next_promise, factory()->then_string()); in PerformPromiseAll() 1916 native_context, then, next_promise, resolve_element_fun, in PerformPromiseAll() 2244 Node* const next_promise = in TF_BUILTIN() local 2251 GetProperty(context, next_promise, factory()->then_string()); in TF_BUILTIN() 2257 context, then, next_promise, resolve, reject); in TF_BUILTIN()
|