Implement Promise.allsettled (#4616)
Also i updated the promise race and all method to the latest standart The two jerry/es.next test-cases has been update to support the latest standart JerryScript-DCO-1.0-Signed-off-by: bence gabor kis kisbg@inf.u-szeged.hu
This commit is contained in:
@@ -120,8 +120,8 @@ ecma_value_t ecma_promise_reject_handler (ecma_object_t *function_obj_p,
|
||||
const ecma_value_t argv[], const uint32_t args_count);
|
||||
ecma_value_t ecma_promise_resolve_handler (ecma_object_t *function_obj_p,
|
||||
const ecma_value_t argv[], const uint32_t args_count);
|
||||
ecma_value_t ecma_promise_all_handler_cb (ecma_object_t *function_obj_p,
|
||||
const ecma_value_t args_p[], const uint32_t args_count);
|
||||
ecma_value_t ecma_promise_all_or_all_settled_handler_cb (ecma_object_t *function_obj_p,
|
||||
const ecma_value_t args_p[], const uint32_t args_count);
|
||||
ecma_value_t ecma_op_get_capabilities_executor_cb (ecma_object_t *function_obj_p,
|
||||
const ecma_value_t args_p[], const uint32_t args_count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user