Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h750 static bool AddElementInternal(
Dobject_fast_operator-inl.h873 bool success = JSObject::AddElementInternal(thread, JSHandle<JSObject>(thread, receiver), index, in AddPropertyByIndex()
Dobject_operator.cpp847 bool ret = JSObject::AddElementInternal(thread_, receiver, elementIndex_, value, attr); in AddProperty()
Djs_object.cpp339 bool JSObject::AddElementInternal(JSThread *thread, const JSHandle<JSObject> &receiver, in AddElementInternal() function in panda::ecmascript::JSObject
2517 AddElementInternal(thread, obj, index, value, attr); in DefinePropertyByLiteral()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h145 V(AddElementInternal) \
Druntime_stubs.cpp108 DEF_RUNTIME_STUBS(AddElementInternal) in DEF_RUNTIME_STUBS() argument
110 RUNTIME_STUBS_HEADER(AddElementInternal); in DEF_RUNTIME_STUBS()
116 auto result = JSObject::AddElementInternal(thread, receiver, argIndex.GetInt(), value, attr); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h665 …GateRef AddElementInternal(GateRef glue, GateRef receiver, GateRef index, GateRef value, GateRef a…
Dstub_builder.cpp2989 GateRef StubBuilder::AddElementInternal(GateRef glue, GateRef receiver, GateRef index, GateRef valu… in AddElementInternal() function in panda::ecmascript::kungfu::StubBuilder
3521 Branch(AddElementInternal(glue, receiver, index, value, in SetPropertyByIndex()