Skip to main content
Debugger.CallFrame.functionName - inspector/promises - Node documentation
property Debugger.CallFrame.functionName

Usage in Deno

import { type Debugger } from "node:inspector/promises";

Name of the JavaScript function called on this call frame.

Type

string