Home
last modified time | relevance | path

Searched refs:acceptVisitor (Results 1 – 3 of 3) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1acceptVisitor=function(e){this.accept(e.visitNode.bind(e))},e.prototype.adoptChild=function(e,t){i… method in e
H A D2.2.js24919 Node.prototype.acceptVisitor = function (visitor) { method in Node
26635 node.acceptVisitor(visitor);
28944 node.acceptVisitor(new ScopeBuilder(this.global));
31575 this.styleSheet.acceptVisitor(new ColorValueCollector(colorValues, this.offset));
33567 node.acceptVisitor(visitor);
H A D2.2.js.map1acceptVisitor = function (visitor) {\n this.accept(visitor.visitNode.bind(visitor));\n }…