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:arrow
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
expressionLambdaLowering.cpp
20
static ir::AstNode *ConvertExpression(checker::ETSChecker *const checker, ir::ArrowFunctionExpression *const
arrow
)
in ConvertExpression()
argument
22
auto *const function =
arrow
->Function();
in ConvertExpression()
43
return
arrow
;
in ConvertExpression()
/arkcompiler/ets_runtime/test/moduletest/async/
H
A
D
async.js
28
var
arrow
= () => {}
37
print(
arrow
.name)
/arkcompiler/ets_frontend/ets2panda/parser/
H
A
D
expressionParser.cpp
283
ThrowSyntaxError("Insufficient formal parameter in
arrow
function.");
in ValidateArrowParameter()
290
ThrowSyntaxError("yield is not allowed in
arrow
function parameters");
in ValidateArrowParameterAssignment()
292
ThrowSyntaxError("await is not allowed in
arrow
function parameters");
in ValidateArrowParameterAssignment()
401
ThrowSyntaxError("Unexpected token,
arrow
(=>)");
in ConvertToArrowParameter()
1750
ir::ArrowFunctionExpression *
arrow
= ParsePotentialArrowExpression(&returnExpression, startLoc);
in ParseMemberExpression()
local
1752
if (
arrow
!= nullptr) {
in ParseMemberExpression()
1753
return
arrow
;
in ParseMemberExpression()
/arkcompiler/ets_frontend/es2panda/parser/
H
A
D
expressionParser.cpp
354
ThrowSyntaxError("yield is not allowed in
arrow
function parameters");
in ValidateArrowParameter()
358
ThrowSyntaxError("await is not allowed in
arrow
function parameters");
in ValidateArrowParameter()
372
ThrowSyntaxError("Insufficient formal parameter in
arrow
function.");
in ValidateArrowParameter()
471
ThrowSyntaxError("Unexpected token,
arrow
(=>)");
in ConvertToArrowParameter()
1832
ir::ArrowFunctionExpression *
arrow
= ParsePotentialArrowExpression(&returnExpression, startLoc,
in ParseMemberExpression()
local
1835
if (
arrow
) {
in ParseMemberExpression()
1836
return
arrow
;
in ParseMemberExpression()
Completed in 8 milliseconds