Searched refs:isScope (Results 1 – 4 of 4) sorted by relevance
6 function isScope(node) { function10 return node.type === 'BlockStatement' || isScope(node);87 if (node.kind === 'var' ? isScope(parents[i]) : isBlockScope(parents[i])) {99 if (isScope(parents[i])) {111 if (isScope(parents[i])) {
24 exports.isScope = isScope;192 function isScope(node, parent) { function
4 …oComputedKey = exports.isNodesEquivalent = exports.isImmutable = exports.isScope = exports.isSpeci…223 return _validators.isScope;
2255 export function isScope(node: object | null | undefined, opts?: object): node is Scopable;