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

Method ensureTerminated

www/js/_hyperscript.js:1320–1327  ·  view source on GitHub ↗
(commandList)

Source from the content-addressed store, hash-verified

1318 return this.requireElement("expression");
1319 }
1320 ensureTerminated(commandList) {
1321 var implicitReturn = new ImplicitReturn();
1322 var end = commandList;
1323 while (end.next) {
1324 end = end.next;
1325 }
1326 end.next = implicitReturn;
1327 }
1328 };
1329
1330 // src/core/kernel.js

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected