We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BUN_JSC_ADDITIONS
1 parent a993674 commit 25bea85Copy full SHA for 25bea85
Source/JavaScriptCore/runtime/StackFrame.h
@@ -99,6 +99,7 @@ class StackFrame {
99
}
100
101
#if USE(BUN_JSC_ADDITIONS)
102
+ // FIXME: Remove this BUN_JSC_ADDITIONS when added into upstream
103
bool isAsyncFrame() const
104
{
105
if (auto* jsFrame = std::get_if<JSFrameData>(&m_frameData))
0 commit comments