Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cujojs/poly
/ _keys
Function
_keys
object.js:265–273 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
263
}
264
265
function
_keys (object) {
266
var
result = [];
267
for
(
var
p in object) {
268
if
(hasProp(object, p)) {
269
result.push(p);
270
}
271
}
272
return
result;
273
}
274
275
function
create (proto, props) {
276
var
obj;
Callers
1
object.js
File · 0.85
Calls
1
hasProp
Function · 0.85
Tested by
no test coverage detected