Searched refs:ContextCreated (Results 1 – 3 of 3) sorted by relevance
112 void ContextCreated(v8::Local<v8::Context> context, const ContextInfo& info);
899 void Agent::ContextCreated(Local<Context> context, const ContextInfo& info) { in ContextCreated() function in node::inspector::Agent
393 inspector_agent()->ContextCreated(context, info); in AssignToContext()