Searched defs:contextCreated (Results 1 – 3 of 3) sorted by relevance
82 bool contextCreated = (noErrorContext != NULL); in verifyNoErrorContext() local
193 void V8InspectorImpl::contextCreated(const V8ContextInfo& info) { in contextCreated() function in v8_inspector::V8InspectorImpl
438 void contextCreated(Local<Context> context, const ContextInfo& info) { in contextCreated() function in node::inspector::NodeInspectorClient