MCPcopy Index your code
hub / github.com/nodejs/node / property

Function property

deps/v8/test/mjsunit/harmony/private-accessors.js:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 let operations = [];
120 let lhsObject = {
121 get property() {
122 operations.push('lhsEvaluation');
123 return new Foo();
124 }
125 };
126 let rhs = () => {operations.push('rhsEvaluation'); return 1; };
127 class Foo {

Callers 5

LoopContextBaseClass · 0.85
EnvironmentClass · 0.85
TokenClass · 0.85
TokenStreamClass · 0.85
setup_testingFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…