mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
* refactor: pass an isolate when calling GetCreationContextChecked() in V8FunctionInvoker * refactor: pass an isolate when calling GetCreationContextChecked() in RendererClientBase * refactor: pass an isolate when calling GetCreationContextChecked() in ScriptExecutionCallback::Completed() * refactor: pass an isolate when calling GetCreationContextChecked() in ScriptExecutionCallback::CopyResultToCallingContextAndFinalize() * refactor: pass an isolate when calling GetCreationContextChecked() in electron::GetRenderFrame() * refactor: pass an isolate when calling GetCreationContextChecked() in gin_helper::internal::CallMethodWithArgs() * refactor: pass an isolate when calling GetCreationContextChecked() in OverrideGlobalPropertyFromIsolatedWorld() * refactor: pass an isolate when calling GetCreationContextChecked() in OverrideGlobalValueFromIsolatedWorld() * refactor: pass an isolate when calling GetCreationContextChecked() in ProxyFunctionWrapper() * refactor: pass an isolate when calling GetCreationContextChecked() in PassValueToOtherContextInner() * fixup! refactor: pass an isolate when calling GetCreationContextChecked() in electron::GetRenderFrame()