Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ IsUint32Array
Method
IsUint32Array
value.go:1296–1299 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1294
}
1295
1296
func
(v *Value) IsUint32Array() bool {
1297
typeID, ok := v.typedArrayType()
1298
return
ok && typeID == int(C.JS_TYPED_ARRAY_UINT32)
1299
}
1300
1301
func
(v *Value) IsFloat32Array() bool {
1302
typeID, ok := v.typedArrayType()
Callers
7
ToUint32Array
Method · 0.95
TestContextTypedArrays
Function · 0.80
TestDeprecatedAPIs
Function · 0.80
TestDeprecatedContextAPIs
Function · 0.80
unmarshalSlice
Method · 0.80
TestTypedArrays
Function · 0.80
TestValueTypedArrays
Function · 0.80
Calls
1
typedArrayType
Method · 0.95
Tested by
5
TestContextTypedArrays
Function · 0.64
TestDeprecatedAPIs
Function · 0.64
TestDeprecatedContextAPIs
Function · 0.64
TestTypedArrays
Function · 0.64
TestValueTypedArrays
Function · 0.64