Home
last modified time | relevance | path

Searched defs:COMPACT (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts65 COMPACT, enumerator
393 static readonly COMPACT = '-compact'; property in ObConfigResolver
/arkcompiler/runtime_core/panda_guard/configs/
Dguard_options.cpp46 constexpr std::string_view COMPACT = "compact"; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h71 enum class NotationOption : uint8_t { STANDARD = 0x01, SCIENTIFIC, ENGINEERING, COMPACT, EXCEPTION … enumerator