Lines Matching defs:thisHandle
86 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
88 if (!thisHandle->IsECMAObject()) {
92 if (!thisHandle->IsArrayBuffer()) {
96 if (IsDetachedBuffer(thisHandle.GetTaggedValue())) {
99 JSHandle<JSArrayBuffer> arrBuf(thisHandle);
115 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
117 if (!thisHandle->IsHeapObject()) {
120 JSHandle<JSArrayBuffer> arrBuf(thisHandle);
122 if (!thisHandle->IsArrayBuffer()) {
126 if (IsDetachedBuffer(thisHandle.GetTaggedValue())) {
166 JSHandle<JSObject> objHandle(thisHandle);
190 if (JSTaggedValue::SameValue(newArrBuf.GetTaggedValue(), thisHandle.GetTaggedValue())) {
201 if (IsDetachedBuffer(thisHandle.GetTaggedValue())) {