Searched defs:querySelectorAll (Results 1 – 2 of 2) sorted by relevance
1994 delete Node.prototype.querySelectorAll; method in delete2124 querySelectorAll: function(selector) { method
2027 delete Node.prototype.querySelectorAll; method in delete2156 querySelectorAll: function(selector) { method4344 Array.prototype.forEach.call(root.querySelectorAll("*"), function(node) {