Skip to content

Commit e6a2b20

Browse files
Riccardo Cipolleschifacebook-github-bot
authored andcommitted
Revert D46719890: Re-enable direct debugging with JSC on iOS 16.4+
Differential Revision: D46719890 Original commit changeset: 7fa5ae244577 Original Phabricator Diff: D46719890 fbshipit-source-id: 1e5478d0fd0d09a678111b133cc46c4bdc8fc282
1 parent 5cf8f43 commit e6a2b20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react-native/ReactCommon/jsc/JSCRuntime.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,6 @@ JSCRuntime::JSCRuntime(JSGlobalContextRef ctx)
398398
stringCounter_(0)
399399
#endif
400400
{
401-
#ifndef NDEBUG
402-
if (__builtin_available(macOS 13.3, iOS 16.4, tvOS 16.4, *)) {
403-
JSGlobalContextSetInspectable(ctx_, true);
404-
}
405-
#endif
406401
}
407402

408403
JSCRuntime::~JSCRuntime() {

0 commit comments

Comments
 (0)