Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/
Dlibark_jsruntime.map93 panda::ecmascript::JSObject::ElementsAndPropertiesIsEmpty*;
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.cpp769 if (objHandle_->ElementsAndPropertiesIsEmpty()) { in GetHClass()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h626 bool PUBLIC_API ElementsAndPropertiesIsEmpty() const;
Djs_object.cpp2825 bool JSObject::ElementsAndPropertiesIsEmpty() const in ElementsAndPropertiesIsEmpty() function in panda::ecmascript::JSObject