Home
last modified time | relevance | path

Searched defs:ThrowTypeError (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp51 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… 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/
Dbuiltins_errors.cpp81 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp939 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1332 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument