electron/shell/services/node
Charles Kerr a1c44a18e2
fix: NodeService order-of-destruction issue (#39783)
* refactor: make ElectronRendererClient::node_bindings_ a const ptr

refactor: make ElectronRendererClient::electron_bindings_ a const ptr

* fix: order-of-destruction bug in NodeService

js_env_ depends on the uv_loop from node_bindings_, but is destroyed after node_bindings_

* chore: revert unintentional commit
2023-09-12 12:27:14 +02:00
..
public/mojom
node_service.cc fix: NodeService order-of-destruction issue (#39783) 2023-09-12 12:27:14 +02:00
node_service.h fix: NodeService order-of-destruction issue (#39783) 2023-09-12 12:27:14 +02:00
parent_port.cc chore: rename built-in modules to bindings to match naming update in node (#37182) 2023-02-09 10:31:38 +09:00
parent_port.h