MCPcopy Create free account
hub / github.com/Tencent/kbone / querySelectorAll

Method querySelectorAll

packages/miniprogram-render/src/document.js:382–386  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

380 }
381
382 querySelectorAll(selector) {
383 if (typeof selector !== 'string') return []
384
385 return this.$_tree.query(selector, this.documentElement)
386 }
387
388 createElement(tagName) {
389 if (typeof tagName !== 'string') return

Callers 15

checkFromPageFunction · 0.45
checkFormFunction · 0.45
checkCellsFunction · 0.45
checkCheckboxGroupFunction · 0.45
useFormFunction · 0.45
document.test.jsFile · 0.45
element.test.jsFile · 0.45
transformWxComponent2DomFunction · 0.45
updateItemsMethod · 0.45
onMovableViewChangedMethod · 0.45
initColumnsMethod · 0.45

Calls 1

queryMethod · 0.80

Tested by

no test coverage detected