Home
last modified time | relevance | path

Searched defs:GENERIC (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_events.h34 enum class Type { NONE, GENERIC, COMPLETION, CHANNEL, IO }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Delements.h37 GENERIC = HOLE_TAGGED, enumerator
/arkcompiler/ets_frontend/es2panda/
Des2panda.h103 GENERIC, enumerator
/arkcompiler/ets_frontend/ets2panda/
Des2panda.h119 GENERIC, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp38 GENERIC, // - Switches the coroutine to native mode (GC is allowed) enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFlag.h75 GENERIC = 1ULL << 50ULL, // ETS Generic enumerator
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h31 GENERIC, enumerator
/arkcompiler/ets_runtime/test/moduletest/elements_kind/
Delements_kind.js27 let GENERIC = 31; variable