Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h83 static constexpr TaggedType VALUE_UNDEFINED = TAG_OBJECT | TAG_SPECIAL_VALUE | TAG_UNDEFINED; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h107 static constexpr JSTaggedType VALUE_UNDEFINED = TAG_SPECIAL; variable