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()
200 JSTaggedValue BuiltinsDataView::GetFloat64(EcmaRuntimeCallInfo *argv) in GetFloat64()
208 JSTaggedValue BuiltinsDataView::GetInt8(EcmaRuntimeCallInfo *argv) in GetInt8()
216 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16()
224 JSTaggedValue BuiltinsDataView::GetInt32(EcmaRuntimeCallInfo *argv) in GetInt32()
232 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8()
240 JSTaggedValue BuiltinsDataView::GetUint16(EcmaRuntimeCallInfo *argv) in GetUint16()
248 JSTaggedValue BuiltinsDataView::GetUint32(EcmaRuntimeCallInfo *argv) in GetUint32()
255 JSTaggedValue BuiltinsDataView::GetBigInt64(EcmaRuntimeCallInfo *argv) in GetBigInt64()
262 JSTaggedValue BuiltinsDataView::GetBigUint64(EcmaRuntimeCallInfo *argv) in GetBigUint64()
269 JSTaggedValue BuiltinsDataView::SetFloat32(EcmaRuntimeCallInfo *argv) in SetFloat32()
277 JSTaggedValue BuiltinsDataView::SetFloat64(EcmaRuntimeCallInfo *argv) in SetFloat64()
285 JSTaggedValue BuiltinsDataView::SetInt8(EcmaRuntimeCallInfo *argv) in SetInt8()
293 JSTaggedValue BuiltinsDataView::SetInt16(EcmaRuntimeCallInfo *argv) in SetInt16()
301 JSTaggedValue BuiltinsDataView::SetInt32(EcmaRuntimeCallInfo *argv) in SetInt32()
309 JSTaggedValue BuiltinsDataView::SetUint8(EcmaRuntimeCallInfo *argv) in SetUint8()
317 JSTaggedValue BuiltinsDataView::SetUint16(EcmaRuntimeCallInfo *argv) in SetUint16()
325 JSTaggedValue BuiltinsDataView::SetUint32(EcmaRuntimeCallInfo *argv) in SetUint32()
333 JSTaggedValue BuiltinsDataView::SetBigInt64(EcmaRuntimeCallInfo *argv) in SetBigInt64()
341 JSTaggedValue BuiltinsDataView::SetBigUint64(EcmaRuntimeCallInfo *argv) in SetBigUint64()
459 JSTaggedValue BuiltinsDataView::GetTypedValue(EcmaRuntimeCallInfo *argv, DataViewType type) in GetTypedValue()
474 JSTaggedValue BuiltinsDataView::SetTypedValue(EcmaRuntimeCallInfo *argv, DataViewType type) in SetTypedValue()