Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cujojs/poly
/ hasProp
Function
hasProp
object.js:261–263 ·
view source on GitHub ↗
(object, name)
Source
from the content-addressed store, hash-verified
259
260
// for better compression
261
function
hasProp (object, name) {
262
return
object.hasOwnProperty(name);
263
}
264
265
function
_keys (object) {
266
var
result = [];
Callers
4
object.js
File · 0.85
_keys
Function · 0.85
getOwnPropertyDescriptor
Function · 0.85
isExtensible
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected