Skip to main content
Module

x/astral/bindings/celestial.ts>Runtime_CallFrame

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Runtime_CallFrame
import { type Runtime_CallFrame } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Stack entry for runtime errors and assertions.

definition: { functionName: string; scriptId: Runtime_ScriptId; url: string; lineNumber: number; columnNumber: number; }