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

Method IsBigInt64Array

value.go:1311–1314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1309}
1310
1311func (v *Value) IsBigInt64Array() bool {
1312 typeID, ok := v.typedArrayType()
1313 return ok && typeID == int(C.JS_TYPED_ARRAY_BIG_INT64)
1314}
1315
1316func (v *Value) IsBigUint64Array() bool {
1317 typeID, ok := v.typedArrayType()

Callers 7

ToBigInt64ArrayMethod · 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