Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:THROW_ERROR
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_segmenter.cpp
71
THROW_ERROR
(thread, ErrorType::REFERENCE_ERROR, "can not find icu data resources");
in InitializeIcuBreakIterator()
73
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "create icu::BreakIterator failed");
in InitializeIcuBreakIterator()
H
A
D
ecma_macros.h
370
#define
THROW_ERROR
(thread, type, message) \
macro
461
THROW_ERROR
(thread, ErrorType::TYPE_ERROR, message)
469
THROW_ERROR
(thread, ErrorType::TERMINATION_ERROR, message)
H
A
D
js_relative_time_format.cpp
493
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "rtf is not initialized");
in ResolvedOptions()
526
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "numeric is exception");
in ResolvedOptions()
H
A
D
js_number_format.cpp
544
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "invalid numberingSystem");
in InitializeNumberFormat()
548
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "invalid numberingSystem");
in InitializeNumberFormat()
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
parserImpl.cpp
524
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseTsTemplateLiteralType()
557
*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParseTsTypeAnnotationElement()
567
*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParseTsTypeAnnotationElement()
608
*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParseTsTypeAnnotationElement()
613
*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParseTsTypeAnnotationElement()
632
*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParseTsTypeAnnotationElement()
635
return ParseTsTemplateLiteralType(*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParseTsTypeAnnotationElement()
646
if (!typeAnnotation && (*options & TypeAnnotationParsingOptions::
THROW_ERROR
)) {
in ParseTsTypeAnnotationElement()
661
*options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParsePostfixTypeOrHigher()
673
return ParseTsIndexAccessType(typeAnnotation, *options & TypeAnnotationParsingOptions::
THROW_ERROR
);
in ParsePostfixTypeOrHigher()
[all...]
H
A
D
expressionParser.cpp
137
TypeAnnotationParsingOptions::
THROW_ERROR
| TypeAnnotationParsingOptions::ALLOW_CONST;
in ParseTsAsExpression()
167
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseTsSatisfiesExpression()
530
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseTsGenericArrowFunction()
554
TypeAnnotationParsingOptions::
THROW_ERROR
| TypeAnnotationParsingOptions::ALLOW_CONST;
in ParseTsTypeAssertion()
574
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseCoverParenthesizedExpressionAndArrowParameterList()
651
options &= ~TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseCoverParenthesizedExpressionAndArrowParameterList()
1531
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParsePotentialArrowExpression()
1895
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParsePotentialTsFunctionParameter()
H
A
D
parserImpl.h
165
THROW_ERROR
= 1 << 4,
member in panda::es2panda::lexer::TokenFlags::ModifierFlags::TypeAnnotationParsingOptions
H
A
D
statementParser.cpp
767
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseTsTypeAliasDeclaration()
1887
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseCatchParam()
2143
TypeAnnotationParsingOptions options = TypeAnnotationParsingOptions::
THROW_ERROR
;
in ParseVariableDeclaratorKey()
/arkcompiler/ets_runtime/ecmascript/js_api/
H
A
D
js_api_vector.cpp
46
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "the index is out-of-bounds");
in Insert()
79
THROW_ERROR
(thread, ErrorType::RANGE_ERROR, "An incorrect size was set");
in IncreaseCapacityTo()
/arkcompiler/ets_runtime/ecmascript/module/
H
A
D
js_module_source_text.cpp
746
THROW_ERROR
(thread, ErrorType::SYNTAX_ERROR, msg.c_str());
in ModuleDeclarationEnvironmentSetup()
844
THROW_ERROR
(thread, ErrorType::SYNTAX_ERROR, msg.c_str());
in ModuleDeclarationArrayEnvironmentSetup()
1737
THROW_ERROR
(thread, ErrorType::SYNTAX_ERROR, msg.c_str());
in CheckResolvedBinding()
1776
THROW_ERROR
(thread, ErrorType::SYNTAX_ERROR, msg.c_str());
in CheckResolvedIndexBinding()
Completed in 23 milliseconds