Searched refs:is_reject (Results 1 – 2 of 2) sorted by relevance
119 bool is_reject) /**< true if promise is rejected, false otherwise */ in ecma_promise_trigger_reactions() argument130 if (!is_reject) in ecma_promise_trigger_reactions()146 if (is_reject) in ecma_promise_trigger_reactions()
19286 BOOL is_reject = p->class_id - JS_CLASS_ASYNC_FUNCTION_RESOLVE; in js_async_function_resolve_call() local19293 s->func_state.throw_flag = is_reject; in js_async_function_resolve_call()19294 if (is_reject) { in js_async_function_resolve_call()19482 int is_reject) in js_async_generator_resolve_or_reject() argument19489 ret = JS_Call(ctx, next->resolving_funcs[is_reject], JS_UNDEFINED, 1, in js_async_generator_resolve_or_reject()19659 BOOL is_reject = magic & 1; in js_async_generator_resolve_function() local19670 if (is_reject) { in js_async_generator_resolve_function()19678 s->func_state.throw_flag = is_reject; in js_async_generator_resolve_function()19679 if (is_reject) { in js_async_generator_resolve_function()46217 BOOL is_reject; in promise_reaction_job() local[all …]