Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp394 auto jsWebSslError = Referenced::MakeRefPtr<JSWebSslError>(); in Constructor() local
395 jsWebSslError->IncRefCount(); in Constructor()
396 args.SetReturnValue(Referenced::RawPtr(jsWebSslError)); in Constructor()
399 static void Destructor(JSWebSslError* jsWebSslError) in Destructor() argument
401 if (jsWebSslError != nullptr) { in Destructor()
402 jsWebSslError->DecRefCount(); in Destructor()
2182 auto jsWebSslError = Referenced::Claim(resultObj->Unwrap<JSWebSslError>()); in WebSslErrorEventToJSValue() local
2183 if (!jsWebSslError) { in WebSslErrorEventToJSValue()
2186 jsWebSslError->SetResult(eventInfo.GetResult()); in WebSslErrorEventToJSValue()

Completed in 13 milliseconds