Searched defs:GENERIC (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
D | coroutine_events.h | 34 enum class Type { NONE, GENERIC, COMPLETION, CHANNEL, IO }; enumerator
|
/arkcompiler/ets_runtime/ecmascript/ |
D | elements.h | 37 GENERIC = HOLE_TAGGED, enumerator
|
/arkcompiler/ets_frontend/es2panda/ |
D | es2panda.h | 103 GENERIC, enumerator
|
/arkcompiler/ets_frontend/ets2panda/ |
D | es2panda.h | 119 GENERIC, enumerator
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_class_linker_extension.cpp | 38 GENERIC, // - Switches the coroutine to native mode (GC is allowed) enumerator
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
D | typeFlag.h | 75 GENERIC = 1ULL << 50ULL, // ETS Generic enumerator
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_binary_op.h | 31 GENERIC, enumerator
|
/arkcompiler/ets_runtime/test/moduletest/elements_kind/ |
D | elements_kind.js | 27 let GENERIC = 31; variable
|