• Home
  • Raw
  • Download

Lines Matching refs:GetThread

32     JSThread *thread = argv->GetThread();  in DataViewConstructor()
111 JSThread *thread = argv->GetThread(); in GetBuffer()
135 JSThread *thread = argv->GetThread(); in GetByteLength()
165 JSThread *thread = argv->GetThread(); in GetOffset()
195 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetFloat32); in GetFloat32()
203 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetFloat64); in GetFloat64()
211 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetInt8); in GetInt8()
219 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetInt16); in GetInt16()
227 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetInt32); in GetInt32()
235 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint8); in GetUint8()
243 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint16); in GetUint16()
251 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetUint32); in GetUint32()
258 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetBigInt64); in GetBigInt64()
265 BUILTINS_API_TRACE(argv->GetThread(), DataView, GetBigUint64); in GetBigUint64()
272 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetFloat32); in SetFloat32()
280 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetFloat64); in SetFloat64()
288 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetInt8); in SetInt8()
296 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetInt16); in SetInt16()
304 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetInt32); in SetInt32()
312 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint8); in SetUint8()
320 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint16); in SetUint16()
328 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetUint32); in SetUint32()
336 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetBigInt64); in SetBigInt64()
344 BUILTINS_API_TRACE(argv->GetThread(), DataView, SetBigUint64); in SetBigUint64()
461 JSThread *thread = argv->GetThread(); in GetTypedValue()
476 JSThread *thread = argv->GetThread(); in SetTypedValue()