Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isCopyAsPrototype
Method
isCopyAsPrototype
deps/v8/tools/system-analyzer/log/map.mjs:296–298 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
294
}
295
296
isCopyAsPrototype() {
297
return
this.reason ===
'CopyAsPrototype'
298
}
299
300
isOptimizeAsPrototype() {
301
return
this.reason ===
'OptimizeAsPrototype'
Callers
1
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected