Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value_internals.h74 static constexpr JSTaggedType VALUE_HOLE = 0x05ULL; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h75 static constexpr TaggedType VALUE_HOLE = TAG_OBJECT | 0x00ULL; variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h98 static constexpr TaggedType VALUE_HOLE = TAG_OBJECT | 0x00ULL; variable