|
I'm quite new to performance profiling. In a recently captured profile I noticed weird function names that are not present in the source files. Is this a bug (possibly related to eval) or do these |
Answered by
julienw
Aug 12, 2023
Replies: 2 comments
|
Thanks for your question! |
0 replies
Answer selected by
tim-we
|
Good to know. I'm still a bit confused by the syntax (for example |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks for your question!
These
/<mean it's an anonymous function defined in that function. We use the same semantics than in JavaScript stacks. I think this is specified by JavaScript but I'm not so sure.