MCPcopy
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.jsFile · 0.45
appendMethod · 0.45
sortAndCombineMethod · 0.45
getDecodeAndSplitFunction · 0.45
getTypedArrayTypeNameFunction · 0.45
queueMutationRecordFunction · 0.45
appendMethod · 0.45
form-controls.jsFile · 0.45
strings.jsFile · 0.45
findSlotableFunction · 0.45
findFlattenedSlotablesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected