Home
last modified time | relevance | path

Searched defs:ASM_ASSERT (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h46 #define ASM_ASSERT(messageId, condition) \ macro
51 #define ASM_ASSERT(messageId, condition) \ macro
56 #define ASM_ASSERT(messageId, ...) ((void)0) macro