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/test/unit/public/
Des2panda_public_test.cpp55 TEST_F(Es2PandaLibTest, TypeError) in TEST_F() argument
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp537 Type *ETSChecker::TypeError(ir::Typed<ir::AstNode> *node, std::string_view message, const lexer::So… in TypeError() function in ark::es2panda::checker::ETSChecker
543 Type *ETSChecker::TypeError(varbinder::Variable *var, std::string_view message, const lexer::Source… in TypeError() function in ark::es2panda::checker::ETSChecker
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp39 using TypeError = builtins::BuiltinsTypeError; typedef
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp109 using TypeError = builtins::BuiltinsTypeError; typedef
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4529 ### TypeError subsection
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1104 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.cpp105 using TypeError = builtins::BuiltinsTypeError; typedef