Searched refs:RETURN_COMPLETION_IF_ABRUPT (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise.cpp | 589 RETURN_COMPLETION_IF_ABRUPT(thread, next); in PerformPromiseRace() 602 RETURN_COMPLETION_IF_ABRUPT(thread, nextValue); in PerformPromiseRace() 606 RETURN_COMPLETION_IF_ABRUPT(thread, nextValue); in PerformPromiseRace() 613 RETURN_COMPLETION_IF_ABRUPT(thread, nextPromise); in PerformPromiseRace() 619 RETURN_COMPLETION_IF_ABRUPT(thread, nextPromise); in PerformPromiseRace() 626 RETURN_COMPLETION_IF_ABRUPT(thread, handleResult); in PerformPromiseRace() 733 RETURN_COMPLETION_IF_ABRUPT(thread, next); in PerformPromiseAny() 774 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal); in PerformPromiseAny() 784 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal); in PerformPromiseAny() 817 RETURN_COMPLETION_IF_ABRUPT(threa in PerformPromiseAny() [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_macros.h | 514 #define RETURN_COMPLETION_IF_ABRUPT(thread, value) \ macro
|
Completed in 5 milliseconds