MCPcopy Create free account
hub / github.com/nodejs/node / CompilerExit

Class CompilerExit

deps/v8/third_party/jinja2/compiler.py:293–297  ·  view source on GitHub ↗

Raised if the compiler encountered a situation where it just doesn't make sense to further process the code. Any block that raises such an exception is not further processed.

Source from the content-addressed store, hash-verified

291
292
293class CompilerExit(Exception):
294 """Raised if the compiler encountered a situation where it just
295 doesn't make sense to further process the code. Any block that
296 raises such an exception is not further processed.
297 """
298
299
300class CodeGenerator(NodeVisitor):

Callers 1

visit_ExtendsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected