Skip to content

Commit

Permalink
Revert D46719890: Re-enable direct debugging with JSC on iOS 16.4+
Browse files Browse the repository at this point in the history
Differential Revision:
D46719890

Original commit changeset: 7fa5ae244577

Original Phabricator Diff: D46719890

fbshipit-source-id: 1e5478d0fd0d09a678111b133cc46c4bdc8fc282
  • Loading branch information
Riccardo Cipolleschi authored and facebook-github-bot committed Jun 15, 2023
1 parent 5cf8f43 commit e6a2b20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/react-native/ReactCommon/jsc/JSCRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,6 @@ JSCRuntime::JSCRuntime(JSGlobalContextRef ctx)
stringCounter_(0)
#endif
{
#ifndef NDEBUG
if (__builtin_available(macOS 13.3, iOS 16.4, tvOS 16.4, *)) {
JSGlobalContextSetInspectable(ctx_, true);
}
#endif
}

JSCRuntime::~JSCRuntime() {
Expand Down

0 comments on commit e6a2b20

Please sign in to comment.