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:PeekAhead
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/parsing/
H
A
D
scanner.h
286
Token::Value
PeekAhead
();
398
Token::Value ensure_next_next =
PeekAhead
();
in HasLineTerminatorAfterNext()
H
A
D
parser-base.h
882
V8_INLINE Token::Value
PeekAhead
() { return scanner()->
PeekAhead
(); }
in PeekAhead()
function in v8::internal::ParseFunctionFlag::ParserBase
1919
if (peek_any_identifier() &&
PeekAhead
() == Token::ARROW) {
in ParsePrimaryExpression()
1992
(peek() == Token::ASYNC &&
PeekAhead
() == Token::FUNCTION)) {
in ParsePrimaryExpression()
2078
if (peek() == Token::RPAREN &&
PeekAhead
() == Token::ARROW) {
in ParseExpressionCoverGrammar()
2130
if (peek() != Token::RPAREN ||
PeekAhead
() != Token::ARROW) {
in ParseArrowParametersWithRest()
3594
if (peek() == Token::IMPORT &&
PeekAhead
() == Token::LPAREN) {
in ParseMemberWithPresentNewPrefixesExpression()
3759
if (peek() == Token::PERIOD &&
PeekAhead
() == Token::PRIVATE_NAME) {
in ParseSuperExpression()
4471
Token::Value next_next =
PeekAhead
();
in IsNextLetKeyword()
4733
PeekAhead
()
in ParseClassLiteral()
[all...]
H
A
D
scanner.cc
184
Token::Value Scanner::
PeekAhead
() {
in PeekAhead()
function in v8::internal::Scanner
H
A
D
parser.cc
1169
Token::Value peek_ahead =
PeekAhead
();
in ParseModuleItem()
1549
if (
PeekAhead
() == Token::FUNCTION &&
in ParseExportDefault()
Completed in 17 milliseconds