Searched refs:isNode (Results 1 – 4 of 4) sorted by relevance
75 function isNode(node: any): node is ts.Node { function108 if (!isNode(node)) {131 if (isNode(value)) {157 if (isNode(value)) {
44 if (DebugInfo.isNode(extendedNode)) {141 public static isNode(extendedNode: ts.Node | NodeKind): boolean { method in DebugInfo152 if (DebugInfo.isNode(lastNode)) {218 if (DebugInfo.isNode(node)) {
29184 dy.isNode = function(t) {31419 for (let n = e; n && _y.isNode(n); n = n.parent, ++i) {38974 if (!m.Node.isNode(t) || !t.uuid) {
2 ….isJSDocPropertyLikeTag=function(e){return 342===e.kind||335===e.kind},e.isNode=function(e){return… method in t.DebugPosInfo.setBoundLeft.u