Lines Matching defs:holeHandle
80 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
94 ElementAccessor::Set(thread, obj, index, holeHandle, false);
111 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
125 ElementAccessor::Set(thread, obj, index, holeHandle, false);
137 JSHandle<JSTaggedValue> &holeHandle)
146 ElementAccessor::Set(thread, newArrayHandle, idx, holeHandle, true);
159 JSHandle<JSTaggedValue> &holeHandle,
190 ElementAccessor::Set(thread, thisObjHandle, idx, holeHandle, needTransition);
218 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
225 HandleArray(newArrayHandle, actualDeleteCount, thread, start, thisObjHandle, holeHandle);
255 thread, needTransition, holeHandle, argv, thisObjVal, lengthKey);
267 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
283 ElementAccessor::Set(thread, newArrayHandle, idx, holeHandle, needTransition);
342 ElementAccessor::Set(thread, thisObjHandle, idx, holeHandle, needTransition);
368 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
386 ElementAccessor::Set(thread, thisObjHandle, index, holeHandle, needTransition);
396 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
414 ElementAccessor::Set(thread, thisObjHandle, index, holeHandle, needTransition);