Skip to content

Commit 59c7967

Browse files
bnhamfacebook-github-bot
authored andcommitted
document isInspectable
Reviewed By: mhorowitz Differential Revision: D6601992 fbshipit-source-id: 4bd69f90943b14286e5618c70fc7eaca689fb02c
1 parent 0ae4c47 commit 59c7967

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ReactCommon/cxxreact/JSExecutor.h

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ class JSExecutor {
8080
return nullptr;
8181
}
8282

83+
/**
84+
* Returns whether or not the underlying executor supports debugging via the
85+
* Chrome remote debugging protocol.
86+
*/
8387
virtual bool isInspectable() {
8488
return false;
8589
}

0 commit comments

Comments
 (0)