Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ IsInt8Array
Method
IsInt8Array
value.go:1266–1269 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1264
}
1265
1266
func
(v *Value) IsInt8Array() bool {
1267
typeID, ok := v.typedArrayType()
1268
return
ok && typeID == int(C.JS_TYPED_ARRAY_INT8)
1269
}
1270
1271
func
(v *Value) IsUint8Array() bool {
1272
typeID, ok := v.typedArrayType()
Callers
7
ToInt8Array
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