Searched defs:ThrowTypeError (Results 1 – 6 of 6) sorted by relevance
41 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… in ThrowTypeError() function in panda::es2panda::checker::Checker67 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in panda::es2panda::checker::Checker
279 void TSChecker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::So… in ThrowTypeError() function in ark::es2panda::checker::TSChecker284 void TSChecker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in ark::es2panda::checker::TSChecker
74 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
2293 void PandaGen::ThrowTypeError(const ir::AstNode *node, util::StringView str) in ThrowTypeError() function in panda::es2panda::compiler::PandaGen
924 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub
2074 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument