Skip to main content
The Deno 2 Release Candidate is here
Learn more
method Context.prototype.halt
Re-export
import { Context } from "https://deno.land/x/macromania_assets@v0.2.0/deps.ts";

Print a stacktrace, then immediately and faultily terminate evaluation.

Returns

A dummy Expression so you can write return ctx.halt() in impure or map functions. This function always throws, it never actually returns a value.