Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ testClassFieldCall
Function
testClassFieldCall
deps/v8/test/mjsunit/stack-traces-class-fields.js:156–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
[
'anonymous'
]);
155
156
function
testClassFieldCall() {
157
class
X {
158
x = thrower;
159
}
160
161
let
x =
new
X();
162
x.x();
163
}
164
165
// ReferenceError: FAIL is not defined
166
// at X.thrower [as x]
Callers
nothing calls this directly
Calls
1
x
Method · 0.95
Tested by
no test coverage detected