Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Ddebuginfo.ts39 private nodeKind: NodeKind | undefined = NodeKind.FIRST_NODE_OF_FUNCTION; property in DebugPosInfo
45 this.nodeKind = NodeKind.NORMAL;
47 this.nodeKind = <NodeKind>extendedNode;
52 return this.nodeKind;
88 this.nodeKind = undefined;