Searched refs:AddElementInternal (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 655 static bool AddElementInternal(
|
| D | object_operator.cpp | 659 bool ret = JSObject::AddElementInternal(thread_, receiver, elementIndex_, value, attr); in AddProperty()
|
| D | object_fast_operator-inl.h | 745 bool success = JSObject::AddElementInternal(thread, JSHandle<JSObject>(thread, receiver), index, in AddPropertyByIndex()
|
| D | js_object.cpp | 236 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/ |
| D | runtime_stubs.h | 128 V(AddElementInternal) \
|
| D | runtime_stubs.cpp | 86 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/ |
| D | stub_builder.cpp | 2840 GateRef result = CallRuntime(glue, RTSTUB_ID(AddElementInternal), in SetPropertyByIndex()
|