Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ m
Function
m
deps/v8/test/mjsunit/es6/classes.js:340–342 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
338
B.prototype = {
339
constructor: B,
340
set m(v) {
341
throw Error();
342
}
343
};
344
345
class
C extends B {
Callers
10
f2
Function · 0.70
f2
Function · 0.70
g
Function · 0.50
Word32And
Function · 0.50
regress-740325.js
File · 0.50
asm-validation.js
File · 0.50
Uint32Mod
Function · 0.50
Int32Mod
Function · 0.50
Int32Div
Function · 0.50
Uint32Div
Function · 0.50
Calls
1
Error
Function · 0.50
Tested by
no test coverage detected