Searched defs:ThrowTypeError (Results 1 – 6 of 6) 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
78 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… in ThrowTypeError() function in panda::es2panda::checker::Checker83 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError() function in panda::es2panda::checker::Checker
81 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
2258 void PandaGen::ThrowTypeError(const ir::AstNode *node, util::StringView str) in ThrowTypeError() function in panda::es2panda::compiler::PandaGen
941 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub
1812 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument