Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ div
Method
div
deps/v8/tools/js/web-api-helper.mjs:240–242 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
238
}
239
240
static div(options) {
241
return
this.element(
'div'
, options);
242
}
243
244
static span(options) {
245
return
this.element(
'span'
, options);
Callers
15
_format
Method · 0.80
_createFlame
Method · 0.80
handleSourcePositionMouseOver
Method · 0.80
renderDrilldownGroup
Method · 0.80
_update
Method · 0.80
_createFooter
Method · 0.80
_setContentNode
Method · 0.80
getToolTipTargetNode
Method · 0.80
_addTypeRow
Method · 0.80
_addTransitionEdge
Method · 0.80
_addTransitionTo
Method · 0.80
_addMapNode
Method · 0.80
Calls
1
element
Method · 0.95
Tested by
no test coverage detected