Home
last modified time | relevance | path

Searched refs:AddElementInternal (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h655 static bool AddElementInternal(
Dobject_operator.cpp659 bool ret = JSObject::AddElementInternal(thread_, receiver, elementIndex_, value, attr); in AddProperty()
Dobject_fast_operator-inl.h745 bool success = JSObject::AddElementInternal(thread, JSHandle<JSObject>(thread, receiver), index, in AddPropertyByIndex()
Djs_object.cpp236 bool JSObject::AddElementInternal(JSThread *thread, const JSHandle<JSObject> &receiver, uint32_t in… in AddElementInternal() function in panda::ecmascript::JSObject
2092 AddElementInternal(thread, obj, index, value, attr); in DefinePropertyByLiteral()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h128 V(AddElementInternal) \
Druntime_stubs.cpp86 DEF_RUNTIME_STUBS(AddElementInternal) in DEF_RUNTIME_STUBS() argument
88 RUNTIME_STUBS_HEADER(AddElementInternal); in DEF_RUNTIME_STUBS()
94 auto result = JSObject::AddElementInternal(thread, receiver, argIndex.GetInt(), value, attr); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2840 GateRef result = CallRuntime(glue, RTSTUB_ID(AddElementInternal), in SetPropertyByIndex()