Searched defs:ASSERT_NO_ABRUPT_COMPLETION (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | ecma_macros.h | 290 #define ASSERT_NO_ABRUPT_COMPLETION(thread) ASSERT(!(thread)->HasPendingException()); macro |
Completed in 2 milliseconds