Searched defs:messageId (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 30 #define SUBENTRY(messageId, condition) \ argument 38 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 47 #define ASM_ASSERT(messageId, condition) \ argument 49 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 52 #define ASM_ASSERT(messageId, condition) \ argument 54 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 57 #define ASM_ASSERT(messageId, ...) ((void)0) argument 58 #define ASM_ASSERT_WITH_GLUE(messageId, ...) ((void)0) argument
|
| D | stub_builder.cpp | 897 void StubBuilder::ThrowTypeAndReturn(GateRef glue, int messageId, GateRef val) in ThrowTypeAndReturn() 6006 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()
|