MCPcopy 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
43debug("Setting a value without having a setter");
44var o3 = { get x() { return 42; } }
45shouldBe("o3.x = 10; o3.x", "42");
46
47debug("Getting a value without having a getter");

Callers 2

testFunction · 0.70
hFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56