Home
last modified time | relevance | path

Searched refs:IsTagged (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.h48 static bool IsTagged(ElementsKind kind);
63 return IsNumber(kind) || IsTagged(kind); in IsComplex()
Delements.cpp55 bool Elements::IsTagged(ElementsKind kind) in IsTagged() function in panda::ecmascript::Elements
/arkcompiler/runtime_core/static_core/runtime/include/
Dtyped_value.h190 bool IsTagged() const in IsTagged() function
269 ASSERT(IsTagged()); in GetAsTagged()
/arkcompiler/runtime_core/assembler/
Dassembly-type.h105 bool IsTagged() const in IsTagged() function
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.h106 bool IsTagged() const in IsTagged() function