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:is_eval
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/parsing/
H
A
D
parse-info.cc
156
DCHECK_IMPLIES(
is_eval
(), !is_module());
in SetFlagsForToplevelCompile()
166
DCHECK_IMPLIES(
is_eval
(), !is_module());
in SetFlagsForFunctionFromScript()
274
} else if (flags().
is_eval
()) {
in CreateScript()
323
// We set "
is_eval
" for wrapped scripts to get an outer declaration scope.
in CheckFlagsForFunctionFromScript()
325
DCHECK_EQ(flags().
is_eval
() && !script.is_wrapped(),
in CheckFlagsForFunctionFromScript()
H
A
D
parse-info.h
44
V(
is_eval
, bool, 1, _) \
H
A
D
parser.cc
502
if (flags().
is_eval
() || IsArrowFunction(flags().function_kind())) {
in DeserializeScopeChain()
539
RCS_SCOPE(runtime_call_stats_, flags().
is_eval
()
in ParseProgram()
567
if (!flags().
is_eval
()) {
in ParseProgram()
592
if (flags().
is_eval
()) {
in DoParseProgram()
668
if (flags().
is_eval
()) {
in DoParseProgram()
707
if (info->flags().
is_eval
()) {
in PostProcessParseResult()
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.cc
1360
log_tag = flags.
is_eval
() ? CodeEventListener::EVAL_TAG
in FinalizeUnoptimizedCompilation()
1433
RCS_SCOPE(isolate, parse_info->flags().
is_eval
()
in CompileToplevel()
1447
NestedTimedHistogram* rate = parse_info->flags().
is_eval
()
in CompileToplevel()
1452
parse_info->flags().
is_eval
() ? "V8.CompileEval" : "V8.Compile");
in CompileToplevel()
1488
if (parse_info->flags().
is_eval
()) {
in RuntimeCallCounterIdForCompile()
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-parser-expr.c
2016
bool
is_eval
= false;
in parser_process_unary_expression()
local
2031
is_eval
= true;
in parser_process_unary_expression()
2137
if (
is_eval
)
in parser_process_unary_expression()
/third_party/node/deps/v8/src/ast/
H
A
D
scopes.cc
2972
DCHECK(info->flags().
is_eval
() || outer_scope_->is_script_scope());
in ResolvePrivateNames()
Completed in 21 milliseconds