Home
last modified time | relevance | path

Searched defs:throwError (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/throwdyn/
Dthrowdyn.js22 function throwError() { function
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp223 …uringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType()
609 …uringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType()
Dfunction.cpp713 …lMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp398 bool throwError) in ParseTsThisTypeOrTsTypePredicate()
641 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType()
1615 …on *ParserImpl::ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) in ParseTsParenthesizedOrFunctionType()
1683 bool throwError, bool abstractConstructor) in ParseTsFunctionType()
3016 ir::TSTypeParameter *ParserImpl::ParseTsTypeParameter(bool throwError, bool addBinding) in ParseTsTypeParameter()
3073 ir::TSTypeParameterDeclaration *ParserImpl::ParseTsTypeParameterDeclaration(bool throwError) in ParseTsTypeParameterDeclaration()
3132 ir::TSTypeParameterInstantiation *ParserImpl::ParseTsTypeParameterInstantiation(bool throwError) in ParseTsTypeParameterInstantiation()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp176 bool throwError = false; in GetSpreadElementType() local