Skip to content

Stack parsers use both ? and <anonymous> to denote anonymous functions #5523

Closed
@timfish

Description

@timfish

Chrome/v8 stack frames use ? to denote anonymous functions but we also use <anonymous> in a few places.

function: frame.function || '?',

const defaultFunctionName = '<anonymous>';

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions