Home
last modified time | relevance | path

Searched defs:VALUE_UNDEFINED (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value_internals.h78 static constexpr JSTaggedType VALUE_UNDEFINED = TAG_SPECIAL; member in panda::ecmascript::JSTaggedValueInternals
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dtagged_value.h83 static constexpr TaggedType VALUE_UNDEFINED = TAG_OBJECT | TAG_SPECIAL_VALUE | TAG_UNDEFINED; member in panda::coretypes::TaggedValue
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h106 static constexpr TaggedType VALUE_UNDEFINED = TAG_OBJECT | TAG_SPECIAL_VALUE | TAG_UNDEFINED; member in ark::coretypes::TaggedValue

Completed in 3 milliseconds