Home
last modified time | relevance | path

Searched refs:TAG_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h73 static constexpr TaggedType TAG_EXCEPTION = 0x10ULL; variable
84 static constexpr TaggedType VALUE_EXCEPTION = TAG_OBJECT | TAG_SPECIAL_VALUE | TAG_EXCEPTION;
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h95 static constexpr JSTaggedType TAG_EXCEPTION = 0x08ULL; variable
108 static constexpr JSTaggedType VALUE_EXCEPTION = TAG_SPECIAL | TAG_EXCEPTION;