Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h75 static constexpr TaggedType VALUE_HOLE = TAG_OBJECT | 0x00ULL; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h103 static constexpr JSTaggedType VALUE_HOLE = 0x05ULL; variable