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
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
Completed in 256 milliseconds