Searched refs:ParseCacheOptions (Results 1 – 3 of 3) sorted by relevance
336 std::shared_ptr<CacheOptions> ParseCacheOptions(napi_env env, napi_value value);
1613 std::shared_ptr<CacheOptions> WebviewController::ParseCacheOptions(napi_env env, napi_value value) in ParseCacheOptions() function in OHOS::NWeb::WebviewController
5729 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript()