Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/typeChecker/
H A DTypeChecker.h41 void ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError() function in ark::es2panda::checker::TypeChecker
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.cpp51 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError() function in panda::es2panda::checker::Checker
77 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in panda::es2panda::checker::Checker
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.cpp74 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
/arkcompiler/ets_frontend/ets2panda/checker/
H A Dchecker.cpp78 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError() function in ark::es2panda::checker::Checker
83 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in ark::es2panda::checker::Checker
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp924 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp2266 void PandaGen::ThrowTypeError(const ir::AstNode *node, util::StringView str) in ThrowTypeError() function in panda::es2panda::compiler::PandaGen

Completed in 11 milliseconds