Home
last modified time | relevance | path

Searched defs:NEW_LINE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dtoken.h29 NEW_LINE = (1 << 0), enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp27 static const std::string NEW_LINE = "\n"; variable