Home
last modified time | relevance | path

Searched refs:jsWebAllSslError (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp441 auto jsWebAllSslError = Referenced::MakeRefPtr<JSWebAllSslError>(); in Constructor() local
442 jsWebAllSslError->IncRefCount(); in Constructor()
443 args.SetReturnValue(Referenced::RawPtr(jsWebAllSslError)); in Constructor()
446 static void Destructor(JSWebAllSslError* jsWebAllSslError) in Destructor() argument
448 if (jsWebAllSslError != nullptr) { in Destructor()
449 jsWebAllSslError->DecRefCount(); in Destructor()
2234 auto jsWebAllSslError = Referenced::Claim(resultObj->Unwrap<JSWebAllSslError>()); in WebAllSslErrorEventToJSValue() local
2235 if (!jsWebAllSslError) { in WebAllSslErrorEventToJSValue()
2238 jsWebAllSslError->SetResult(eventInfo.GetResult()); in WebAllSslErrorEventToJSValue()

Completed in 10 milliseconds