Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h88 static constexpr TaggedType VALUE_ZERO = TAG_INT | 0x00ULL; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h107 static constexpr JSTaggedType VALUE_ZERO = TAG_INT | 0x00ULL; variable