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

Method IsFloat64Array

value.go:1306–1309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1304}
1305
1306func (v *Value) IsFloat64Array() bool {
1307 typeID, ok := v.typedArrayType()
1308 return ok && typeID == int(C.JS_TYPED_ARRAY_FLOAT64)
1309}
1310
1311func (v *Value) IsBigInt64Array() bool {
1312 typeID, ok := v.typedArrayType()

Callers 7

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