Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ x
Method
x
deps/v8/test/mjsunit/es6/classes.js:220–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
assertEquals(
'class D { constructor() { 42; } }'
, D.toString());
219
220
class
E { x() { 42; } }
221
assertEquals(
'class E { x() { 42; } }'
, E.toString());
222
})();
223
Callers
15
fields-inner-arrow-eval-err-contains-arguments.js
File · 0.45
fields-inner-eval-arrow-err-contains-arguments.js
File · 0.45
fields-inner-arrow-eval-err-contains-arguments.js
File · 0.45
fields-inner-eval-arrow-err-contains-arguments.js
File · 0.45
runtimeError
Function · 0.45
error-tostring.js
File · 0.45
directlyOnPrototype
Function · 0.45
testStaticClassFieldCall
Function · 0.45
testStaticClassFieldCallWithFNI
Function · 0.45
TestCallThrow
Function · 0.45
m
Method · 0.45
new-closure-tenured.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected