HomeSort by relevance Sort by last modified time
    Searched refs:outer_scope (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Symtab.py 255 # outer_scope Scope or None Enclosing scope
297 def __init__(self, name, outer_scope, parent_scope):
298 # The outer_scope is the next scope in the lookup chain.
301 self.outer_scope = outer_scope
401 return self.outer_scope.global_scope()
405 return self.outer_scope.builtin_scope()
574 entry.type.namespace = self.outer_scope.lookup(self.name).type
626 return self.outer_scope.declare_builtin(name, pos)
768 or (self.outer_scope and self.outer_scope.lookup(name)
    [all...]
ParseTreeTransforms.py     [all...]
Visitor.py 381 self.enter_scope(node, self.current_env().outer_scope)
Nodes.py     [all...]
PyrexTypes.py     [all...]
ExprNodes.py     [all...]
  /external/chromium_org/v8/src/
scopes.cc 70 Scope::Scope(Scope* outer_scope, ScopeType scope_type,
86 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
88 DCHECK(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
150 Scope* outer_scope,
152 outer_scope_ = outer_scope;
164 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
166 strict_mode_ = outer_scope != NULL ? outer_scope->strict_mode_ : SLOPPY;
170 force_context_allocation_ = (outer_scope != NULL && !is_function_scope()
    [all...]
scopes.h 75 Scope(Scope* outer_scope, ScopeType scope_type,
333 Scope* outer_scope() const { return outer_scope_; } function in class:v8::internal::Scope
620 Scope* outer_scope,
preparser.h     [all...]
hydrogen.cc 4532 Scope* outer_scope = scope(); local
4687 Scope* outer_scope = NULL; local
4719 Scope* outer_scope = NULL; local
    [all...]
d8.cc     [all...]
liveedit.cc 796 current_scope = current_scope->outer_scope();
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 124 HandleScope outer_scope(isolate);
    [all...]
test-strings.cc 653 HandleScope outer_scope(isolate);
    [all...]
test-api.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3258 string outer_scope; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 3652 string outer_scope; local
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc     [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc     [all...]

Completed in 848 milliseconds