Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ inView
Function
inView
test/fixtures/wpt/resources/testdriver.js:70–73 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
inView(element) {
71
var
pointerInteractablePaintTree = getPointerInteractablePaintTree(element);
72
return
pointerInteractablePaintTree.indexOf(element) !== -1;
73
}
74
75
76
/**
Callers
1
testdriver.js
File · 0.85
Calls
2
getPointerInteractablePaintTree
Function · 0.85
indexOf
Method · 0.45
Tested by
no test coverage detected