Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ onBackgroundColor
Method
onBackgroundColor
deps/v8/tools/system-analyzer/view/helper.mjs:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
return
this.get(
'on-surface-color'
);
39
}
40
static get onBackgroundColor() {
41
return
this.get(
'on-background-color'
);
42
}
43
static get onPrimaryColor() {
44
return
this.get(
'on-primary-color'
);
45
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected