Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Represent inner eval locations #8

Copy link
Copy link
@eriwen

Description

@eriwen
Issue body actions

A StackFrame can actually have a file location and a location within an eval() call.

For example, this stack:

Error: message string
    at baz (eval at foo (eval at speak (http://localhost:8000/test/functional/testeval.html:26:22)), <anonymous>:1:30)
    at foo (eval at speak (http://localhost:8000/test/functional/testeval.html:26:22), <anonymous>:2:96)
    at eval (eval at speak (http://localhost:8000/test/functional/testeval.html:26:22), <anonymous>:4:18)
    at Object.speak (http://localhost:8000/test/functional/testeval.html:26:17)
    at http://localhost:8000/test/functional/testeval.html:33:13

Notice the locations within the eval'd code, represented by , <anonymous>:2:96). We may want to represent this using a parent/child relationship.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.