Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cujojs/poly
/ assertIsObject
Function
assertIsObject
object.js:376–380 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
374
}
375
376
function
assertIsObject (o) {
377
if
(typeof o !=
'object'
) {
378
throw
new
TypeError(
'Object.getPrototypeOf called on non-object'
);
379
}
380
}
381
382
function
createFlameThrower (feature) {
383
return
function
() {
Callers
1
object.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected