Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp236 bool JSObject::AddElementInternal(JSThread *thread, const JSHandle<JSObject> &receiver, uint32_t in… in AddElementInternal() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp86 DEF_RUNTIME_STUBS(AddElementInternal) in DEF_RUNTIME_STUBS() argument