Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h81 static constexpr TaggedType VALUE_HOLE = TAG_OBJECT | 0x00ULL; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h101 static constexpr JSTaggedType VALUE_HOLE = 0x05ULL; variable