Lines Matching refs:DataView
27 BUILTINS_API_TRACE(thread, DataView, Constructor);
83 // «[[DataView]],[[ViewedArrayBuffer]], [[ByteLength]], [[ByteOffset]]» ).
89 // 15. Set O’s [[DataView]] internal slot to true.
106 BUILTINS_API_TRACE(thread, DataView, GetBuffer);
130 BUILTINS_API_TRACE(thread, DataView, GetByteLength);
160 BUILTINS_API_TRACE(thread, DataView, GetOffset);
189 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetFloat32);
197 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetFloat64);
205 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetInt8);
213 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetInt16);
221 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetInt32);
229 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint8);
237 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint16);
245 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint32);
252 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetBigInt64);
259 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetBigUint64);
266 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetFloat32);
274 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetFloat64);
282 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetInt8);
290 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetInt16);
298 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetInt32);
306 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint8);
314 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint16);
322 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint32);
330 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetBigInt64);
338 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetBigUint64);
348 BUILTINS_API_TRACE(thread, DataView, GetViewValue);
353 // 2. If view does not have a [[DataView]] internal slot, throw a TypeError exception.
411 BUILTINS_API_TRACE(thread, DataView, SetViewValue);
415 // 2. If view does not have a [[DataView]] internal slot, throw a TypeError exception.
472 BUILTINS_API_TRACE(thread, DataView, GetTypedValue);
487 BUILTINS_API_TRACE(thread, DataView, SetTypedValue);