Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Macuyiko/minecraft-python
/ toObject
Function
toObject
ServerEditorWeb/ace/worker-lua.js:3547–3552 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
3545
throw
new
TypeError();
3546
}
3547
var
toObject =
function
(o) {
3548
if
(o == null) {
// this matches both null and undefined
3549
throw
new
TypeError(
"can't convert "
+o+
" to object"
);
3550
}
3551
return
Object(o);
3552
};
3553
3554
});
Callers
1
worker-lua.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected