Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ toObject
Function
toObject
lib/web/polyfill.js:177–179 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
175
, ES5Object = Object
176
, Dict;
177
function
toObject(it){
178
return
ES5Object(assertDefined(it));
179
}
180
function
returnIt(it){
181
return
it;
182
}
Callers
5
keyOf
Function · 0.70
createArrayContains
Function · 0.70
polyfill.js
File · 0.70
wrapObjectMethod
Function · 0.70
createObjectToArray
Function · 0.70
Calls
1
assertDefined
Function · 0.85
Tested by
no test coverage detected