Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib.cpp59 enum CompressMethod { enum
198 napi_value CompressMethod = nullptr; in CompressMethodInit() local
199 napi_create_object(env, &CompressMethod); in CompressMethodInit()
200 SetNamedProperty(env, CompressMethod, "DEFLATED", DEFLATED); in CompressMethodInit()
202 DECLARE_NAPI_PROPERTY("CompressMethod", CompressMethod), in CompressMethodInit()

Completed in 2 milliseconds