Searched refs:IsArrayLengthWritable (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 48 if (!IsArrayLengthWritable(thread, self)) { in LengthSetter()
|
| D | js_object.h | 715 static bool IsArrayLengthWritable(JSThread *thread, const JSHandle<JSObject> &receiver);
|
| D | js_object.cpp | 326 bool JSObject::IsArrayLengthWritable(JSThread *thread, const JSHandle<JSObject> &receiver) in IsArrayLengthWritable() function in panda::ecmascript::JSObject 349 if (!IsArrayLengthWritable(thread, receiver)) { in AddElementInternal()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 1529 …if (thisHandle->IsStableJSArray(thread) && JSObject::IsArrayLengthWritable(thread, thisObjHandle))… in Pop() 1970 …if (thisHandle->IsStableJSArray(thread) && JSObject::IsArrayLengthWritable(thread, thisObjHandle))… in Shift()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 359 GateRef IsArrayLengthWritable(GateRef glue, GateRef receiver);
|
| D | stub_builder.cpp | 3009 Branch(IsArrayLengthWritable(glue, receiver), &isArrLenWritable, ¬ArrLenWritable); in AddElementInternal() 3195 GateRef StubBuilder::IsArrayLengthWritable(GateRef glue, GateRef receiver) in IsArrayLengthWritable() function in panda::ecmascript::kungfu::StubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 398 Branch(IsArrayLengthWritable(glue, thisValue), &isLengthWritable, slowPath); in Pop()
|