MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / ensureTerminated

Method ensureTerminated

tools/common/_hyperscript.iife.js:1310–1317  ·  view source on GitHub ↗
(commandList)

Source from the content-addressed store, hash-verified

1308 return this.requireElement("expression");
1309 }
1310 ensureTerminated(commandList) {
1311 var implicitReturn = new ImplicitReturn();
1312 var end = commandList;
1313 while (end.next) {
1314 end = end.next;
1315 }
1316 end.next = implicitReturn;
1317 }
1318 };
1319
1320 // src/core/kernel.js

Callers 8

parseErrorAndFinallyMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected