Home
last modified time | relevance | path

Searched defs:ThrowError (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordsUtil.h52 [[noreturn]] void ThrowError(std::string_view msg) const in ThrowError() function
Dlexer.cpp214 [[noreturn]] void Lexer::ThrowError(std::string_view message) const in ThrowError() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp87 static void ThrowError(std::string_view message) in ThrowError() function
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
Dregexp.cpp86 static void ThrowError(std::string_view message) in ThrowError() function
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp101 void TSDeclGen::ThrowError(const std::string_view message, const lexer::SourcePosition &pos = lexer… in ThrowError() function in panda::es2panda::util::TSDeclGen
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp212 void Lexer::ThrowError(std::string_view message) in ThrowError() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp130 void VarBinder::ThrowError(const lexer::SourcePosition &pos, const std::string_view &msg) const in ThrowError() function in panda::es2panda::varbinder::VarBinder
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h194 ets_int (*ThrowError)(EtsEnv *env, ets_error obj); member
548 ets_int ThrowError(ets_error obj) in ThrowError() function
Dets_napi_native_interface.cpp516 NO_UB_SANITIZE static ets_int ThrowError(EtsEnv *env, ets_error obj) in ThrowError() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp474 void ETSChecker::ThrowError(ir::Identifier *const ident) in ThrowError() function in panda::es2panda::checker::ETSChecker
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1363 static void ThrowError(compiler::ETSGen *const etsg, const ir::AssertStatement *st) in ThrowError() function