mirror of https://gitee.com/bigwinds/arangodb
potential fix for _hasActiveExternals
This commit is contained in:
parent
e3d33f9d16
commit
eb7ed34519
|
@ -698,8 +698,8 @@ void ApplicationV8::collectGarbage () {
|
|||
TRI_ASSERT(v8::Locker::IsLocked(isolate));
|
||||
|
||||
TRI_GET_GLOBALS();
|
||||
hasActiveExternals = v8g->hasActiveExternals();
|
||||
TRI_RunGarbageCollectionV8(isolate, 1.0);
|
||||
hasActiveExternals = v8g->hasActiveExternals();
|
||||
|
||||
localContext->Exit();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue