Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/initialization/
DCommonObject.ts18 export const yellow: string = '\u001b[33m'; constant
/arkcompiler/ets_runtime/test/aottest/destructuring/
Ddestructuring.ts35 const [red, yellow, green, blue] = foo1; constant
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py244 yellow = "\x1b[33;20m" variable in ColorFormatter