Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/puerts
/ IsArrayBufferView
Method
IsArrayBufferView
quickjs-build/src/v8-impl.cc:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
bool Value::IsArrayBufferView() const {
269
return JS_IsArrayBufferView(value_);
270
}
271
272
bool Value::IsObject() const {
273
return JS_IsObject(value_);
Callers
9
ArrayBufferData
Function · 0.80
ArrayBufferLength
Function · 0.80
IsArrayBuffer
Function · 0.80
JsToUE
Method · 0.80
toCpp
Method · 0.80
accept
Method · 0.80
GetArrayBufferFromValue
Function · 0.80
GetArrayBufferFromResult
Function · 0.80
JsValueType GetType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected