Home
last modified time | relevance | path

Searched refs:IsDictionary (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delement_accessor.cpp66 return elements->GetClass()->IsDictionary(); in IsDictionaryMode()
72 return elements->GetClass()->IsDictionary(); in IsDictionaryMode()
Dtagged_array.cpp214 return GetClass()->IsDictionary(); in IsDictionaryMode()
Djs_tagged_value-inl.h261 inline bool JSTaggedValue::IsDictionary() const in IsDictionary() function
263 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDictionary(); in IsDictionary()
Djs_tagged_value.h487 bool IsDictionary() const;
Djs_hclass.h713 inline bool IsDictionary() const in IsDictionary() function
Dobject_factory.cpp1073 ASSERT(fieldLayout.IsDictionary()); in NewJSObjectByConstructor()
1109 ASSERT(fieldLayout.IsDictionary()); in NewJSObjectByConstructor()
1150 ASSERT(fieldLayout.IsDictionary()); in NewJSObjectByConstructor()
Ddump.cpp596 if (withDetail && !transtions.IsWeakForHeapObject() && transtions.IsDictionary()) { in DumpHClass()
/arkcompiler/runtime_core/static_core/runtime/include/
Dhclass.h72 bool IsDictionary() const in IsDictionary() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h163 static inline bool IsDictionary(Type handler) in IsDictionary() function
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp969 if (obj->GetProperties().IsDictionary()) { in SerializeKeys()
1032 if (obj->GetProperties().IsDictionary()) { in SerializeKeys()