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

Usage in Deno

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

Name of the JavaScript function called on this call frame.

Type

string