Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdom/jsdom
/ push
Method
push
lib/jsdom/living/helpers/custom-elements.js:25–27 ·
view source on GitHub ↗
(elementQueue)
Source
from the content-addressed store, hash-verified
23
}
24
25
push(elementQueue) {
26
this._stack.push(elementQueue);
27
}
28
29
pop() {
30
return
this._stack.pop();
Callers
15
attributes.js
File · 0.45
append
Method · 0.45
sortAndCombine
Method · 0.45
getDecodeAndSplit
Function · 0.45
getTypedArrayTypeName
Function · 0.45
create-event-accessor.js
File · 0.45
queueMutationRecord
Function · 0.45
append
Method · 0.45
form-controls.js
File · 0.45
strings.js
File · 0.45
findSlotable
Function · 0.45
findFlattenedSlotables
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected