Searched refs:contextCreated (Results 1 – 5 of 5) sorted by relevance
82 bool contextCreated = (noErrorContext != NULL); in verifyNoErrorContext() local85 return contextCreated; in verifyNoErrorContext()
79 void contextCreated(const V8ContextInfo&) override;
202 void V8InspectorImpl::contextCreated(const V8ContextInfo& info) { in contextCreated() function in v8_inspector::V8InspectorImpl
245 virtual void contextCreated(const V8ContextInfo&) = 0;
2370 inspector_->contextCreated(v8_inspector::V8ContextInfo( in InspectorClient()