зеркало из https://github.com/microsoft/napajs.git
Resolve comments
This commit is contained in:
Родитель
12d3a4238d
Коммит
0d3c097c29
|
@ -146,7 +146,7 @@ namespace module {
|
|||
auto isolate = v8::Isolate::GetCurrent();
|
||||
v8::HandleScope scope(isolate);
|
||||
|
||||
ConstructorInfo* constructorInfo =
|
||||
auto constructorInfo =
|
||||
reinterpret_cast<ConstructorInfo*>(IsolateData::Get(IsolateDataId::CONSTRUCTOR));
|
||||
if (constructorInfo == nullptr) {
|
||||
constructorInfo = new ConstructorInfo();
|
||||
|
|
Загрузка…
Ссылка в новой задаче