Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h80 static constexpr TaggedType VALUE_TRUE = variable
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h106 static constexpr JSTaggedType VALUE_TRUE = TAG_BOOLEAN_MASK | static_cast<JSTaggedType>(true); variable