Lines Matching defs:argv
29 JSTaggedValue BuiltinsDataView::DataViewConstructor(EcmaRuntimeCallInfo *argv) in DataViewConstructor()
108 JSTaggedValue BuiltinsDataView::GetBuffer(EcmaRuntimeCallInfo *argv) in GetBuffer()
132 JSTaggedValue BuiltinsDataView::GetByteLength(EcmaRuntimeCallInfo *argv) in GetByteLength()
162 JSTaggedValue BuiltinsDataView::GetOffset(EcmaRuntimeCallInfo *argv) in GetOffset()
192 JSTaggedValue BuiltinsDataView::GetFloat32(EcmaRuntimeCallInfo *argv) in GetFloat32()
199 JSTaggedValue BuiltinsDataView::GetFloat64(EcmaRuntimeCallInfo *argv) in GetFloat64()
206 JSTaggedValue BuiltinsDataView::GetInt8(EcmaRuntimeCallInfo *argv) in GetInt8()
213 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16()
220 JSTaggedValue BuiltinsDataView::GetInt32(EcmaRuntimeCallInfo *argv) in GetInt32()
227 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8()
234 JSTaggedValue BuiltinsDataView::GetUint16(EcmaRuntimeCallInfo *argv) in GetUint16()
241 JSTaggedValue BuiltinsDataView::GetUint32(EcmaRuntimeCallInfo *argv) in GetUint32()
247 JSTaggedValue BuiltinsDataView::GetBigInt64(EcmaRuntimeCallInfo *argv) in GetBigInt64()
253 JSTaggedValue BuiltinsDataView::GetBigUint64(EcmaRuntimeCallInfo *argv) in GetBigUint64()
259 JSTaggedValue BuiltinsDataView::SetFloat32(EcmaRuntimeCallInfo *argv) in SetFloat32()
266 JSTaggedValue BuiltinsDataView::SetFloat64(EcmaRuntimeCallInfo *argv) in SetFloat64()
273 JSTaggedValue BuiltinsDataView::SetInt8(EcmaRuntimeCallInfo *argv) in SetInt8()
280 JSTaggedValue BuiltinsDataView::SetInt16(EcmaRuntimeCallInfo *argv) in SetInt16()
287 JSTaggedValue BuiltinsDataView::SetInt32(EcmaRuntimeCallInfo *argv) in SetInt32()
294 JSTaggedValue BuiltinsDataView::SetUint8(EcmaRuntimeCallInfo *argv) in SetUint8()
301 JSTaggedValue BuiltinsDataView::SetUint16(EcmaRuntimeCallInfo *argv) in SetUint16()
308 JSTaggedValue BuiltinsDataView::SetUint32(EcmaRuntimeCallInfo *argv) in SetUint32()
315 JSTaggedValue BuiltinsDataView::SetBigInt64(EcmaRuntimeCallInfo *argv) in SetBigInt64()
322 JSTaggedValue BuiltinsDataView::SetBigUint64(EcmaRuntimeCallInfo *argv) in SetBigUint64()
437 JSTaggedValue BuiltinsDataView::GetTypedValue(EcmaRuntimeCallInfo *argv, DataViewType type) in GetTypedValue()
450 JSTaggedValue BuiltinsDataView::SetTypedValue(EcmaRuntimeCallInfo *argv, DataViewType type) in SetTypedValue()