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.
1 parent 9c9a415 commit e6bc263Copy full SHA for e6bc263
ios/RCTJscInstance.mm
@@ -13,11 +13,11 @@
13
14
RCTJscInstance::RCTJscInstance() {}
15
16
-void JSCExecutorFactory::setEnableDebugger(bool enableDebugger) {
+void RCTJscInstance::setEnableDebugger(bool enableDebugger) {
17
enableDebugger_ = enableDebugger;
18
}
19
20
-void JSCExecutorFactory::setDebuggerName(const std::string &debuggerName) {
+void RCTJscInstance::setDebuggerName(const std::string &debuggerName) {
21
debuggerName_ = debuggerName;
22
23
0 commit comments