OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_eval_scope
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
rewriter.cc
240
if (!scope->is_global_scope() && !scope->
is_eval_scope
()) return true;
scopes.h
268
bool
is_eval_scope
() const { return type_ == EVAL_SCOPE; }
function in class:v8::internal::Scope
276
return
is_eval_scope
() || is_function_scope() || is_global_scope();
285
return
is_eval_scope
() && !is_classic_mode();
scopes.cc
634
if (scope->
is_eval_scope
()) return false;
702
if (!
is_eval_scope
()) chain->Add(Handle<ScopeInfo>(GetScopeInfo()));
[
all
...]
parser.cc
[
all
...]
/external/v8/src/arm/
full-codegen-arm.cc
[
all
...]
/external/v8/src/ia32/
full-codegen-ia32.cc
[
all
...]
/external/v8/src/mips/
full-codegen-mips.cc
[
all
...]
/external/v8/src/x64/
full-codegen-x64.cc
[
all
...]
Completed in 845 milliseconds