Home
last modified time | relevance | path

Searched refs:scopeNode (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js28847 if (scopeNode && scopeNode.offset !== -1) {
28848 var current = this.addScope(scopeNode); // create the scope or gets the existing one
28879 var scopeNode = forNode.getDeclarations();
28880 if (scopeNode && forNode.variable) {
28920 var scopeNode = node.getParent().getDeclarations();
28921 if (scopeNode) {
28964 var scopeNode = node;
28966 scopeNode = node.parent.getParent().getDeclarations();
28973 scopeNode = functionSymbol.node.getDeclarations();
28977 if (!scopeNode) {
[all …]
H A D2.2.js.map1scopeNode, node, name, value, type) {\n if (scopeNode && scopeNode.offset !== -1) {\n …