Home
last modified time | relevance | path

Searched defs:GENERIC (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp48 throw Error {ErrorType::GENERIC, "Concurrent function should only be function declaration", line, in ThrowInvalidConcurrentFunction() member in panda::es2panda::util::ErrorType
56 throw Error {ErrorType::GENERIC, ss.str(), line, column}; in ThrowInvalidConcurrentFunction() member in panda::es2panda::util::ErrorType
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_events.h36 enum class Type { NONE, GENERIC, COMPLETION, CHANNEL, IO }; member in ark::Type
/arkcompiler/ets_runtime/ecmascript/
H A Delements.h52 GENERIC = HOLE_TAGGED, member in panda::ecmascript::ElementsKind
H A Dproperty_attributes.h47 GENERIC = (1 << 5), member in panda::ecmascript::TrackType::SharedFieldType
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.h38 GENERIC = (1 << 5), member in panda::ecmascript::FieldType
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_linker_extension.cpp39 GENERIC, // - Switches the coroutine to native mode (GC is allowed) member in ark::ets::__anon165::EtsNapiType
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.h160 GENERIC, member in ark::ark::es2panda::ErrorType
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h129 GENERIC, member in panda::panda::es2panda::ErrorType
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h31 GENERIC, member in panda::ecmascript::BinaryType
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.h48 GENERIC = (1 << 5), // import type / type parameter member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::FieldType
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeFlag.h74 GENERIC = 1ULL << 45ULL, // ETS Generic member in ark::es2panda::checker::TypeFlag
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp111 throw Error {ErrorType::GENERIC, program_->SourceFilePath().Utf8(), "declgen ets2ts: " + std::string(message), in ThrowError() member in ark::es2panda::declgen_ets2ts::ErrorType
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h771 GENERIC, member in panda::ObjectRef::SendableType

Completed in 10 milliseconds