Lines Matching defs:thisHandle
89 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
91 if (!thisHandle->IsECMAObject()) {
95 if (!thisHandle->IsSendableArrayBuffer()) {
99 if (IsDetachedBuffer(thisHandle.GetTaggedValue())) {
102 JSHandle<JSSendableArrayBuffer> arrBuf(thisHandle);
118 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
120 if (!thisHandle->IsHeapObject()) {
124 if (!thisHandle->IsSendableArrayBuffer()) {
130 if (IsDetachedBuffer(thisHandle.GetTaggedValue())) {
133 JSHandle<JSSendableArrayBuffer> arrBuf(thisHandle);
171 JSHandle<JSObject> objHandle(thisHandle);
195 if (JSTaggedValue::SameValue(newArrBuf.GetTaggedValue(), thisHandle.GetTaggedValue())) {
206 if (IsDetachedBuffer(thisHandle.GetTaggedValue())) {