Home
last modified time | relevance | path

Searched defs:EMPTY_STRING (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DValueUtil.ts18 export const EMPTY_STRING = ''; constant
/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h41 EMPTY_STRING, enumerator
/arkcompiler/runtime_core/assembler/
Dassembly-ins.cpp20 const std::string Ins::EMPTY_STRING = ""; member in panda::pandasm::Ins
/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.h40 EMPTY_STRING, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp1031 static const CString EMPTY_STRING; in GenerateStringNode() local