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:has_escape
(Results
1 - 7
of
7
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-parser-tagged-template-literal.c
46
if (lit_loc_p->length == 0 && !lit_loc_p->
has_escape
)
in parser_tagged_template_literal_append_strings()
70
if (lit_loc_p->
has_escape
)
in parser_tagged_template_literal_append_strings()
H
A
D
js-lexer.c
627
uint8_t
has_escape
= false;
in lexer_parse_identifier()
local
642
has_escape
= true;
in lexer_parse_identifier()
723
has_escape
= true;
in lexer_parse_identifier()
775
context_p->token.lit_location.
has_escape
=
has_escape
;
in lexer_parse_identifier()
793
if (JERRY_UNLIKELY (context_p->token.lit_location.
has_escape
))
in lexer_parse_identifier()
932
uint8_t
has_escape
= false;
in lexer_parse_string()
local
965
has_escape
= true;
in lexer_parse_string()
1136
has_escape
= true;
in lexer_parse_string()
1157
has_escape
in lexer_parse_string()
[all...]
H
A
D
js-scanner-util.c
861
if (literal_p->
has_escape
)
in scanner_pop_literal_pool()
1127
if (JERRY_LIKELY (!literal_location_p->
has_escape
))
in scanner_add_custom_literal()
1133
if (JERRY_LIKELY (!literal_p->
has_escape
))
in scanner_add_custom_literal()
1144
literal_p->
has_escape
= 0;
in scanner_add_custom_literal()
1226
if (JERRY_LIKELY (!context_p->token.lit_location.
has_escape
))
in scanner_append_argument()
1232
if (JERRY_LIKELY (!literal_p->
has_escape
))
in scanner_append_argument()
1306
if (JERRY_LIKELY (!literal_p->
has_escape
))
in scanner_scope_find_let_declaration()
1381
if (JERRY_LIKELY (!context_p->token.lit_location.
has_escape
))
in scanner_detect_invalid_var()
1390
if (JERRY_LIKELY (!literal_p->
has_escape
))
in scanner_detect_invalid_var()
1558
literal_p->
has_escape
in scanner_append_hole()
[all...]
H
A
D
js-lexer.h
289
uint8_t
has_escape
; /**< has escape sequences */
member
H
A
D
js-parser-expr.c
1540
if (JERRY_UNLIKELY (context_p->token.lit_location.
has_escape
))
in parser_parse_unary_expression()
1874
if (context_p->token.lit_location.
has_escape
)
in parser_parse_unary_expression()
/third_party/node/deps/v8/src/json/
H
A
D
json-parser.h
41
bool needs_internalization, bool
has_escape
)
in JsonString()
47
has_escape_(
has_escape
),
in JsonString()
60
bool
has_escape
() const {
in has_escape()
function in v8::internal::final
40
JsonString(int start, int length, bool needs_conversion, bool needs_internalization, bool
has_escape
)
JsonString()
argument
H
A
D
json-parser.cc
1010
if (!string.
has_escape
()) {
in DecodeString()
1031
if (string.internalize() && !string.
has_escape
()) {
in MakeString()
1126
bool
has_escape
= false;
in ScanJsonString()
local
1151
has_escape
);
in ScanJsonString()
1155
has_escape
= true;
in ScanJsonString()
Completed in 10 milliseconds