MCPcopy Create free account
hub / github.com/buke/quickjs-go / IsBigUint64Array

Method IsBigUint64Array

value.go:1316–1319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1314}
1315
1316func (v *Value) IsBigUint64Array() bool {
1317 typeID, ok := v.typedArrayType()
1318 return ok && typeID == int(C.JS_TYPED_ARRAY_BIG_UINT64)
1319}
1320
1321// IsByteArray returns true if the value is array buffer
1322func (v *Value) IsByteArray() bool {

Callers 7

ToBigUint64ArrayMethod · 0.95
TestContextTypedArraysFunction · 0.80
TestDeprecatedAPIsFunction · 0.80
unmarshalSliceMethod · 0.80
TestTypedArraysFunction · 0.80
TestValueTypedArraysFunction · 0.80

Calls 1

typedArrayTypeMethod · 0.95

Tested by 5

TestContextTypedArraysFunction · 0.64
TestDeprecatedAPIsFunction · 0.64
TestTypedArraysFunction · 0.64
TestValueTypedArraysFunction · 0.64