Searched refs:contextDestroyed (Results 1 – 3 of 3) sorted by relevance
52 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 …]
436 void contextDestroyed(Local<Context> context) { in contextDestroyed() function in node::inspector::NodeInspectorClient437 client_->contextDestroyed(context); in contextDestroyed()471 contextDestroyed(env_->context()); in disconnectFrontend()781 client_->contextDestroyed(parent_env_->context()); in WaitForDisconnect()
252636 void contextDestroyed(v8::Local<v8::Context>) override;