Searched defs:on_rejected (Results 1 - 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-promise-prototype.c | 47 ecma_builtin_promise_prototype_then(ecma_value_t this_arg, ecma_value_t on_fulfilled, ecma_value_t on_rejected) ecma_builtin_promise_prototype_then() argument 65 ecma_builtin_promise_prototype_catch(ecma_value_t this_arg, ecma_value_t on_rejected) ecma_builtin_promise_prototype_catch() argument
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-promise-object.c | 851 ecma_promise_do_then(ecma_value_t promise, ecma_value_t on_fulfilled, ecma_value_t on_rejected, ecma_value_t result_capability) ecma_promise_do_then() argument 930 ecma_promise_then(ecma_value_t promise, ecma_value_t on_fulfilled, ecma_value_t on_rejected) ecma_promise_then() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | source-text-module.cc | 947 Handle<JSBoundFunction> on_rejected = in ExecuteAsyncModule() local
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 7712 Then(Local<Context> context, Local<Function> on_fulfilled, Local<Function> on_rejected) Then() argument
|
Completed in 24 milliseconds