Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ x
Function
x
deps/v8/test/webkit/property-getters-and-setters.js:44–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
debug(
"Setting a value without having a setter"
);
44
var
o3 = { get x() {
return
42; } }
45
shouldBe(
"o3.x = 10; o3.x"
,
"42"
);
46
47
debug(
"Getting a value without having a getter"
);
Callers
2
test
Function · 0.70
h
Function · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56