Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isEmpty
Method
isEmpty
deps/v8/tools/turbolizer/src/selection/selection-map.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
public isEmpty(): boolean {
19
return
this.selection.size == 0;
20
}
21
22
public clear(): void {
23
this.selection =
new
Map<string, any>();
Callers
5
initializeBytecodeOffsetSelectionHandler
Method · 0.45
selectionHandlerSelect
Function · 0.45
initializeRegisterAllocationSelectionHandler
Function · 0.45
initializeSourcePositionSelectionHandler
Method · 0.45
initializeInstructionSelectionHandler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected