Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ run
Function
run
deps/v8/test/mjsunit/harmony/public-instance-class-fields.js:279–282 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
277
{
278
let
log = [];
279
function
run(i) {
280
log.push(i);
281
return
i;
282
}
283
284
class
C {
285
[run(1)] = run(6);
Callers
3
C
Class · 0.70
[run(3)]
Method · 0.70
[run(5)]
Method · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected