Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp70 static void ThrowError(const std::string_view &message) in ThrowError() function
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp222 void Lexer::ThrowError(std::string_view message) in ThrowError() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp106 void TSDeclGen::ThrowError(const std::string_view message, const lexer::SourcePosition &pos = lexer… in ThrowError() function in ark::es2panda::declgen_ets2ts::TSDeclGen
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp130 void VarBinder::ThrowError(const lexer::SourcePosition &pos, const std::string_view &msg) const in ThrowError() function in ark::es2panda::varbinder::VarBinder
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp903 void Helpers::ThrowError(ErrorType type, const parser::Program *program, const lexer::SourcePositio… in ThrowError() function in panda::es2panda::util::Helpers
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h192 ets_int (*ThrowError)(EtsEnv *env, ets_error obj); member
547 ets_int ThrowError(ets_error obj) in ThrowError() function
Dets_napi_native_interface.cpp518 NO_UB_SANITIZE static ets_int ThrowError(EtsEnv *env, ets_error obj) in ThrowError() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp1320 static void ThrowError(compiler::ETSGen *const etsg, const ir::AssertStatement *st) in ThrowError() function