Skip to content

Commit 25bea85

Browse files
committed
Add comment for BUN_JSC_ADDITIONS
1 parent a993674 commit 25bea85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/JavaScriptCore/runtime/StackFrame.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class StackFrame {
9999
}
100100

101101
#if USE(BUN_JSC_ADDITIONS)
102+
// FIXME: Remove this BUN_JSC_ADDITIONS when added into upstream
102103
bool isAsyncFrame() const
103104
{
104105
if (auto* jsFrame = std::get_if<JSFrameData>(&m_frameData))

0 commit comments

Comments
 (0)