Home
last modified time | relevance | path

Searched defs:ThrowTypeError (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp41 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… in ThrowTypeError() function in panda::es2panda::checker::Checker
67 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp279 void TSChecker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::So… in ThrowTypeError() function in ark::es2panda::checker::TSChecker
284 void TSChecker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp74 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2293 void PandaGen::ThrowTypeError(const ir::AstNode *node, util::StringView str) in ThrowTypeError() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp924 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2074 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument