Home
last modified time | relevance | path

Searched refs:contextDestroyed (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/sequential/
Dtest-inspector-contexts.js52 let contextDestroyed = null;
54 (notification) => contextDestroyed = notification);
69 while (!contextDestroyed)
73 assert.strictEqual(contextDestroyed.params.executionContextId, id,
74 JSON.stringify(contextDestroyed));
81 let contextDestroyed = null;
83 (notification) => contextDestroyed = notification);
101 while (!contextDestroyed)
110 let contextDestroyed = null;
112 (notification) => contextDestroyed = notification);
[all …]
/third_party/node/src/
Dinspector_agent.cc436 void contextDestroyed(Local<Context> context) { in contextDestroyed() function in node::inspector::NodeInspectorClient
437 client_->contextDestroyed(context); in contextDestroyed()
471 contextDestroyed(env_->context()); in disconnectFrontend()
781 client_->contextDestroyed(parent_env_->context()); in WaitForDisconnect()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch252636 void contextDestroyed(v8::Local<v8::Context>) override;