Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ checkNonOwn
Function
checkNonOwn
deps/v8/test/mjsunit/harmony/private.js:400–403 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
398
var
o = Object.create(p);
399
o[s1] =
"bow-wow"
;
400
function
checkNonOwn(o) {
401
assertEquals(undefined, o[s]);
402
assertEquals(
"bow-wow"
, o[s1]);
403
}
404
405
checkNonOwn(o);
406
Callers
1
TestICs
Function · 0.85
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected