Lines Matching defs:thisHandle
109 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
111 if (!thisHandle->IsECMAObject()) {
115 if (!thisHandle->IsDataView()) {
118 JSHandle<JSDataView> dataView(thisHandle);
133 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
135 if (!thisHandle->IsECMAObject()) {
139 if (!thisHandle->IsDataView()) {
142 JSHandle<JSDataView> dataView(thisHandle);
163 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
165 if (!thisHandle->IsECMAObject()) {
169 if (!thisHandle->IsDataView()) {
172 JSHandle<JSDataView> dataView(thisHandle);
474 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
478 return GetViewValue(thread, thisHandle, offsetHandle, trueHandle, type);
481 return GetViewValue(thread, thisHandle, offsetHandle, littleEndianHandle, type);
489 JSHandle<JSTaggedValue> thisHandle = GetThis(argv);
494 return SetViewValue(thread, thisHandle, offsetHandle, trueHandle, type, value);
497 return SetViewValue(thread, thisHandle, offsetHandle, littleEndianHandle, type, value);