Skip to content

Conversation

hoxyq
Copy link
Contributor

@hoxyq hoxyq commented Jul 4, 2025

Discovered while testing with Hermes.

typeof callSite.getEnclosingColumnNumber === 'function'
? (callSite: any).getEnclosingColumnNumber()
: callSite.getLineNumber();
: callSite.getColumnNumber();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by typo fix.

@hoxyq hoxyq force-pushed the devtools/fix-parsing-structured-stack-trace-for-non-v8 branch from f085c83 to ea877da Compare July 4, 2025 14:23
@hoxyq hoxyq merged commit 455424d into facebook:main Jul 4, 2025
241 checks passed
hoxyq added a commit that referenced this pull request Jul 4, 2025
Same as 6.1.4, but with 2 hotfixes:
* fix: check if profiling for all profiling hooks
([hoxyq](https://github.com/hoxyq) in
[#33701](#33701))
* fix: fallback to reading string stack trace when failed
([hoxyq](https://github.com/hoxyq) in
[#33700](#33700))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants