Searched defs:THROW_ERROR (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/ | ||
D | parserImpl.h | 164 THROW_ERROR = 1 << 4, enumerator |
/arkcompiler/ets_runtime/ecmascript/ | ||
D | ecma_macros.h | 294 #define THROW_ERROR(thread, type, message) \ macro |