Searched defs:ThrowTypeError (Results 1 – 5 of 5) 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
97 HWTEST_F_L0(SlowRuntimeStubTest, ThrowTypeError) in HWTEST_F_L0() argument
73 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
926 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub
1221 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument