mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Add a default context name to RCTJSCExecutor
Reviewed By: mmmulani Differential Revision: D4015748 fbshipit-source-id: 077287b8438aa13f2a1479d68eacb0662bf295aa
This commit is contained in:
committed by
Facebook Github Bot
parent
82d6ac1a51
commit
8355ef91ad
@@ -92,6 +92,7 @@ public:
|
||||
virtual void handleMemoryPressureModerate() override;
|
||||
virtual void handleMemoryPressureCritical() override;
|
||||
virtual void destroy() override;
|
||||
void setContextName(const std::string& name);
|
||||
|
||||
private:
|
||||
JSGlobalContextRef m_context;
|
||||
|
||||
Reference in New Issue
Block a user