Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
101
function
MyOtherObject() { this.self = e(
'this'
); }
102
var
o =
new
MyOtherObject();
103
assertTrue(this === o.self);
104
Callers
nothing calls this directly
Calls
1
e
Function · 0.50
Tested by
no test coverage detected