Home
last modified time | relevance | path

Searched defs:TypeError (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeError.h26 explicit TypeError() : Type(TypeFlag::TYPE_ERROR) {} in TypeError() function
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp711 Type *ETSChecker::TypeError(ir::Typed<ir::AstNode> *node, const diagnostic::DiagnosticKind &diagKin… in TypeError() function in ark::es2panda::checker::ETSChecker
717 Type *ETSChecker::TypeError(ir::Typed<ir::AstNode> *node, const diagnostic::DiagnosticKind &diagKin… in TypeError() function in ark::es2panda::checker::ETSChecker
724 Type *ETSChecker::TypeError(varbinder::Variable *var, const diagnostic::DiagnosticKind &diagKind, in TypeError() function in ark::es2panda::checker::ETSChecker
730 Type *ETSChecker::TypeError(varbinder::Variable *var, const diagnostic::DiagnosticKind &diagKind, in TypeError() function in ark::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Des2panda_public_test.cpp32 TEST_F(Es2PandaLibTest, TypeError) in TEST_F() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp39 using TypeError = builtins::BuiltinsTypeError; typedef
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp113 using TypeError = builtins::BuiltinsTypeError; typedef
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4529 ### TypeError subsection
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1111 HWTEST_F_L0(JSNApiTests, TypeError) in HWTEST_F_L0() argument
Dffi_workload.cpp6137 HWTEST_F_L0(JSNApiSplTest, TypeError) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp129 using TypeError = builtins::BuiltinsTypeError; typedef
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp113 using TypeError = builtins::BuiltinsTypeError; typedef