Searched refs:jsWebAllSslError (Results 1 – 1 of 1) sorted by relevance
444 auto jsWebAllSslError = Referenced::MakeRefPtr<JSWebAllSslError>(); in Constructor() local445 jsWebAllSslError->IncRefCount(); in Constructor()446 args.SetReturnValue(Referenced::RawPtr(jsWebAllSslError)); in Constructor()449 static void Destructor(JSWebAllSslError* jsWebAllSslError) in Destructor() argument451 if (jsWebAllSslError != nullptr) { in Destructor()452 jsWebAllSslError->DecRefCount(); in Destructor()2204 auto jsWebAllSslError = Referenced::Claim(resultObj->Unwrap<JSWebAllSslError>()); in WebAllSslErrorEventToJSValue() local2205 if (!jsWebAllSslError) { in WebAllSslErrorEventToJSValue()2208 jsWebAllSslError->SetResult(eventInfo.GetResult()); in WebAllSslErrorEventToJSValue()