Searched defs:ThrowTypeError (Results 1 – 7 of 7) sorted by relevance
51 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… in ThrowTypeError() function in panda::es2panda::checker::Checker77 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in panda::es2panda::checker::Checker
41 …void ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePositi… in ThrowTypeError() function
78 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… in ThrowTypeError() function in ark::es2panda::checker::Checker83 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in ark::es2panda::checker::Checker
74 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
2261 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
2065 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument