OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_with_scope
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
scopes.cc
309
scope_inside_with_ = outer_scope_->scope_inside_with_ ||
is_with_scope
();
311
scope_inside_with_ =
is_with_scope
();
663
if (outer->
is_with_scope
()) return true;
923
if (*binding_kind == BOUND && (is_function_scope() ||
is_with_scope
())) {
930
if (
is_with_scope
()) {
[
all
...]
scopes.h
274
bool
is_with_scope
() const { return type_ == WITH_SCOPE; }
function in class:v8::internal::Scope
/external/chromium_org/v8/src/
scopes.cc
322
scope_inside_with_ = outer_scope_->scope_inside_with_ ||
is_with_scope
();
324
scope_inside_with_ =
is_with_scope
();
704
if (scope->
is_with_scope
() && !found_non_trivial_declarations) return false;
727
if (s->
is_with_scope
() || s->num_heap_slots() > 0) n++;
977
if (already_resolved() &&
is_with_scope
()) {
1004
if (*binding_kind == BOUND && (is_function_scope() ||
is_with_scope
())) {
1011
if (
is_with_scope
()) {
[
all
...]
scopes.h
291
bool
is_with_scope
() const { return scope_type_ == WITH_SCOPE; }
function in class:v8::internal::Scope
Completed in 58 milliseconds