MCPcopy Create free account
hub / github.com/TruthHun/BookStack / HaxeLexical

Function HaxeLexical

static/editor.md/lib/codemirror/mode/haxe/haxe.js:149–156  ·  view source on GitHub ↗
(indented, column, type, align, prev, info)

Source from the content-addressed store, hash-verified

147 var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true};
148
149 function HaxeLexical(indented, column, type, align, prev, info) {
150 this.indented = indented;
151 this.column = column;
152 this.type = type;
153 this.prev = prev;
154 this.info = info;
155 if (align != null) this.align = align;
156 }
157
158 function inScope(state, varname) {
159 for (var v = state.localVars; v; v = v.next)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected