Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/
Denum_define.ts18 enum Color {red = 0, green = 1, bule = 2} enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/logs/
Dstyles.module.scss42 .red { class
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DTsNewFeatrueSyntax.ts84 const red = Symbol('red'); constant
90 let redVal = colors[red]; variable
/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.py239 red = "\x1b[31;20m" variable in ColorFormatter