Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/cross_vm/
Ddynamic_object_accessor.cpp64 bool DynamicObjectAccessor::HasElementByIdx(ThreadHolder *thread, const BaseObject *obj, const uint… in HasElementByIdx() function in panda::ecmascript::DynamicObjectAccessor
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_object_dispatcher.h264 bool HasElementByIdx(ThreadHolder *thread, const BaseObject *obj, const uint32_t index) const in HasElementByIdx() function