Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ m
Method
m
deps/v8/test/mjsunit/es6/home-object-in-context.js:80–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
79
class
B extends A {
80
m() {
81
let
r;
82
eval(
'r = super.x;'
);
83
return
r;
84
}
85
};
86
B.prototype.x =
'wrong'
;
87
Callers
2
home-object-in-context.js
File · 0.45
m2
Method · 0.45
Calls
1
eval
Function · 0.70
Tested by
no test coverage detected