Skip to content

Commit

Permalink
document isInspectable
Browse files Browse the repository at this point in the history
Reviewed By: mhorowitz

Differential Revision: D6601992

fbshipit-source-id: 4bd69f90943b14286e5618c70fc7eaca689fb02c
  • Loading branch information
bnham authored and facebook-github-bot committed Dec 20, 2017
1 parent 0ae4c47 commit 59c7967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ReactCommon/cxxreact/JSExecutor.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ class JSExecutor {
return nullptr;
}

/**
* Returns whether or not the underlying executor supports debugging via the
* Chrome remote debugging protocol.
*/
virtual bool isInspectable() {
return false;
}
Expand Down

0 comments on commit 59c7967

Please sign in to comment.