MCPcopy 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
268bool Value::IsArrayBufferView() const {
269 return JS_IsArrayBufferView(value_);
270}
271
272bool Value::IsObject() const {
273 return JS_IsObject(value_);

Callers 9

ArrayBufferDataFunction · 0.80
ArrayBufferLengthFunction · 0.80
IsArrayBufferFunction · 0.80
JsToUEMethod · 0.80
toCppMethod · 0.80
acceptMethod · 0.80
GetArrayBufferFromValueFunction · 0.80
GetArrayBufferFromResultFunction · 0.80
JsValueType GetTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected