Home
last modified time | relevance | path

Searched defs:throwError (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/throwdyn/
H A Dthrowdyn.js22 function throwError() { function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp176 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp232 Type *ArrayDestructuringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType() argument
622 Type *ObjectDestructuringContext::NextInferedType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferedType() argument
H A Dfunction.cpp720 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DdestructuringContext.cpp237 Type *ArrayDestructuringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() argument
627 Type *ObjectDestructuringContext::NextInferredType([[maybe_unused]] const util::StringView &searchName, bool throwError) in NextInferredType() argument
H A Dfunction.cpp701 bool TSChecker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp211 bool throwError = false; in GetSpreadElementType() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DASparser.cpp525 ir::TypeNode *ASParser::ParseParenthesizedOrFunctionType(bool throwError) in ParseParenthesizedOrFunctionType() argument
610 ir::TypeNode *ASParser::ParseTypeAnnotationTokens(ir::TypeNode *type, bool throwError, in ParseTypeAnnotationTokens() argument
659 ir::TypeNode *ASParser::ParseTypeAnnotationTokensBitwiseOr(ir::TypeNode *type, bool throwError, bool isNullable) in ParseTypeAnnotationTokensBitwiseOr() argument
688 ir::TypeNode *ASParser::ParseTypeAnnotationTokenLeftSquareBracket(ir::TypeNode *type, bool throwError, bool isNullable) in ParseTypeAnnotationTokenLeftSquareBracket() argument
[all...]
H A DTSparser.cpp434 ir::TypeNode *TSParser::ParseThisType(bool throwError) in ParseThisType() argument
1139 ir::TypeNode *TSParser::ParseParenthesizedOrFunctionType(ir::TypeNode *typeAnnotation, bool throwError) in ParseParenthesizedOrFunctionType() argument
913 ParseThisTypeOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseThisTypeOrTypePredicate() argument
1208 ParseFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseFunctionType() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2285 BRANCH(Int32GreaterThanOrEqual(newLength, Int32(EcmaString::MAX_STRING_LENGTH)), &throwError, &lessThanMax); in StringConcat() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp490 ir::Expression *ParserImpl::ParseTsTemplateLiteralType(bool throwError) in ParseTsTemplateLiteralType() argument
748 ir::Expression *ParserImpl::ParseTsThisType(bool throwError) in ParseTsThisType() argument
840 ir::Expression *ParserImpl::ParseTsTypeOperatorOrTypeReference(bool throwError) in ParseTsTypeOperatorOrTypeReference() argument
462 ParseTsTypeReferenceOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseTsTypeReferenceOrTsTypePredicate() argument
476 ParseTsThisTypeOrTsTypePredicate(ir::Expression *typeAnnotation, bool canBeTsTypePredicate, bool throwError) ParseTsThisTypeOrTsTypePredicate() argument
1077 ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) ParseTsIndexAccessType() argument
1716 ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool throwError) ParseTsUnionType() argument
1762 ParseTsIntersectionType(ir::Expression *type, bool inUnion, bool restrictExtends, bool throwError) ParseTsIntersectionType() argument
1860 ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError) ParseTsParenthesizedOrFunctionType() argument
1918 ParseTsFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError, bool abstractConstructor) ParseTsFunctionType() argument
3812 ParseTsTypeParameter(bool throwError, bool addBinding, bool isAllowInOut) ParseTsTypeParameter() argument
3885 ParseTsTypeParameterDeclaration(bool throwError, bool isAllowInOut) ParseTsTypeParameterDeclaration() argument
3944 ParseTsTypeParameterInstantiation(bool throwError) ParseTsTypeParameterInstantiation() argument
[all...]

Completed in 31 milliseconds