MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / isArray

Function isArray

system/include/emscripten/val.h:443–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 }
442
443 bool isArray() const {
444 return instanceof(global("Array"));
445 }
446
447 bool equals(const val& v) const {
448 return internal::_emval_equals(as_handle(), v.as_handle());

Callers

nothing calls this directly

Calls 2

instanceofFunction · 0.85
globalFunction · 0.85

Tested by

no test coverage detected