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
defs:rejected
(Results
1 - 25
of
118
) sorted by relevance
1
2
3
4
5
/third_party/typescript/tests/baselines/reference/
H
A
D
asyncFunctionContextuallyTypedReturns.js
22
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
asyncImportedPromise_es6.js
25
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
asyncMethodWithSuperConflict_es6.js
67
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
asyncMultiFile_es6.js
13
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
castOfAwait.js
16
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
circularInferredTypeOfVariable.js
27
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
decoratorMetadataPromise.js
28
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
defaultExportInAwaitExpression01.js
35
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
defaultExportInAwaitExpression02.js
26
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
promiseType.js
232
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
promiseTypeStrictNull.js
227
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
exportDefaultAsyncFunction.js
11
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
exportDefaultAsyncFunction2.js
41
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
importCallExpressionInUMD5.js
35
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
importCallExpressionNestedAMD.js
22
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
importCallExpressionNestedUMD.js
30
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
inferenceErasedSignatures.js
63
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
inferenceLimit.js
52
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
jsDeclarationsNestedParams.js
32
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
labeledStatementWithLabel_es2015.js
22
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
labeledStatementWithLabel_strict.js
24
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
superMethodCall.js
22
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
asyncFunctionsAcrossFiles.js
23
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
asyncIIFE.js
17
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
H
A
D
awaitUnionPromise.js
28
function
rejected
(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function
Completed in 5 milliseconds
1
2
3
4
5