MCPcopy Create free account
hub / github.com/nodejs/node / MyOtherObject

Function MyOtherObject

deps/v8/test/mjsunit/eval.js:101–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100// Test that aliased eval has right receiver.
101function MyOtherObject() { this.self = e('this'); }
102var o = new MyOtherObject();
103assertTrue(this === o.self);
104

Callers

nothing calls this directly

Calls 1

eFunction · 0.50

Tested by

no test coverage detected