Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aframevr/aframe
/ isObject
Function
isObject
src/core/component.js:754–756 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
752
}
753
754
function
isObject (value) {
755
return
value && value.constructor === Object && !(value instanceof window.HTMLElement);
756
}
Callers
1
registerComponent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected