Searched refs:next_promise (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-promise.c | 170 ecma_value_t next_promise = ecma_op_invoke_by_magic_id (ctor, LIT_MAGIC_STRING_RESOLVE, &next_val, 1); in ecma_builtin_promise_perform_race() local 174 if (ECMA_IS_VALUE_ERROR (next_promise)) in ecma_builtin_promise_perform_race() 176 return next_promise; in ecma_builtin_promise_perform_race() 183 ecma_value_t result = ecma_op_invoke_by_magic_id (next_promise, LIT_MAGIC_STRING_THEN, args, 2); in ecma_builtin_promise_perform_race() 184 ecma_free_value (next_promise); in ecma_builtin_promise_perform_race() 412 ecma_value_t next_promise = ecma_op_invoke_by_magic_id (ctor, LIT_MAGIC_STRING_RESOLVE, &next_value, 1); in ecma_builtin_promise_perform_all() local 416 if (ECMA_IS_VALUE_ERROR (next_promise)) in ecma_builtin_promise_perform_all() 461 ecma_value_t result = ecma_op_invoke_by_magic_id (next_promise, LIT_MAGIC_STRING_THEN, args, 2); in ecma_builtin_promise_perform_all() 462 ecma_free_value (next_promise); in ecma_builtin_promise_perform_all()
|
Completed in 2 milliseconds