Home
last modified time | relevance | path

Searched refs:IsPropertiesDict (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h228 inline bool JSObject::IsPropertiesDict() const in IsPropertiesDict() function
Djs_function.h156 ASSERT(!IsPropertiesDict()); in SetFunctionLength()
Djs_object.h624 bool IsPropertiesDict() const;
Djs_function.cpp842 if (self->IsPropertiesDict()) { in NameSetter()