Searched defs:ThrowTypeError (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/ | ||
D | checker.cpp | 51 void Checker::ThrowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::Sour… in ThrowTypeError() function in panda::es2panda::checker::Checker |
/arkcompiler/ets_runtime/ecmascript/builtins/ | ||
D | builtins_errors.cpp | 81 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError |
/arkcompiler/ets_runtime/ecmascript/interpreter/ | ||
D | slow_runtime_stub.cpp | 939 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub |
/arkcompiler/ets_runtime/ecmascript/stubs/ | ||
D | runtime_stubs.cpp | 1332 DEF_RUNTIME_STUBS(ThrowTypeError) in DEF_RUNTIME_STUBS() argument |