Skip to content

No interpolation of template string when thrown #13402

@Ryuno-Ki

Description

@Ryuno-Ki

Steps to reproduce

let foo = 'bar';
throw `${foo}baz`;

Expected result

Exception thrown with message barbaz.

Actual result

Exception thrown with message ${foo}baz.

This does not happen on Firefox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidIssues and PRs that are invalid.v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions