Searched refs:AddElementInternal (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 750 static bool AddElementInternal(
|
| D | object_fast_operator-inl.h | 873 bool success = JSObject::AddElementInternal(thread, JSHandle<JSObject>(thread, receiver), index, in AddPropertyByIndex()
|
| D | object_operator.cpp | 847 bool ret = JSObject::AddElementInternal(thread_, receiver, elementIndex_, value, attr); in AddProperty()
|
| D | js_object.cpp | 339 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/ |
| D | runtime_stubs.h | 145 V(AddElementInternal) \
|
| D | runtime_stubs.cpp | 108 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/ |
| D | stub_builder.h | 665 …GateRef AddElementInternal(GateRef glue, GateRef receiver, GateRef index, GateRef value, GateRef a…
|
| D | stub_builder.cpp | 2989 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()
|