Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h77 static constexpr TaggedType VALUE_NULL = TAG_OBJECT | TAG_SPECIAL_VALUE; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h104 static constexpr JSTaggedType VALUE_NULL = TAG_OBJECT | TAG_SPECIAL | TAG_NULL; variable