MCPcopy Index your code
hub / github.com/nodejs/node / CompilerExit

Class CompilerExit

tools/inspector_protocol/jinja2/compiler.py:237–241  ·  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

235
236
237class CompilerExit(Exception):
238 """Raised if the compiler encountered a situation where it just
239 doesn't make sense to further process the code. Any block that
240 raises such an exception is not further processed.
241 """
242
243
244class CodeGenerator(NodeVisitor):

Callers 1

visit_ExtendsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected