update libcc for using custom platform with gin

This commit is contained in:
deepak1556
2017-12-22 23:04:44 +05:30
committed by Cheng Zhao
parent 769fbd0d3b
commit b9ace16959
3 changed files with 15 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ class JavascriptEnvironment {
private:
bool Initialize();
// Leaked on exit.
node::NodePlatform* platform_;
bool initialized_;
gin::IsolateHolder isolate_holder_;
v8::Isolate* isolate_;