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 - 2
of
2
) sorted by null
/external/v8/src/
scopes.cc
303
scope_inside_with_ = outer_scope_->scope_inside_with_ ||
is_with_scope
();
305
scope_inside_with_ =
is_with_scope
();
696
if (scope->
is_with_scope
() && !found_non_trivial_declarations) return false;
719
if (s->
is_with_scope
() || s->num_heap_slots() > 0) n++;
967
if (already_resolved() &&
is_with_scope
()) {
994
if (*binding_kind == BOUND && (is_function_scope() ||
is_with_scope
())) {
1001
if (
is_with_scope
()) {
[
all
...]
scopes.h
270
bool
is_with_scope
() const { return scope_type_ == WITH_SCOPE; }
function in class:v8::internal::Scope
Completed in 639 milliseconds