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

Function pushlex

static/editor.md/lib/codemirror/mode/haxe/haxe.js:232–239  ·  view source on GitHub ↗
(type, info)

Source from the content-addressed store, hash-verified

230 cx.state.context = cx.state.context.prev;
231 }
232 function pushlex(type, info) {
233 var result = function() {
234 var state = cx.state;
235 state.lexical = new HaxeLexical(state.indented, cx.stream.column(), type, null, state.lexical, info);
236 };
237 result.lex = true;
238 return result;
239 }
240 function poplex() {
241 var state = cx.state;
242 if (state.lexical.prev) {

Callers 7

statementFunction · 0.70
expressionFunction · 0.70
maybeoperatorFunction · 0.70
metadefFunction · 0.70
forspec1Function · 0.70
functiondefFunction · 0.70
typestringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected