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

  /external/v8/src/ast/
scopes.h 86 // and ModuleScope. DeclarationScope is used for any scope that hosts 'var'
88 // scope. ModuleScope further specializes DeclarationScope.
109 ModuleScope* AsModuleScope();
110 const ModuleScope* AsModuleScope() const;
408 ModuleScope* GetModuleScope();
    [all...]
modules.h 73 bool Validate(ModuleScope* module_scope,
scopes.cc 186 ModuleScope::ModuleScope(DeclarationScope* script_scope,
196 ModuleScope::ModuleScope(Isolate* isolate, Handle<ScopeInfo> scope_info,
419 ModuleScope(isolate, handle(scope_info), ast_value_factory);
455 ModuleScope* Scope::AsModuleScope() {
457 return static_cast<ModuleScope*>(this);
460 const ModuleScope* Scope::AsModuleScope() const {
462 return static_cast<const ModuleScope*>(this);
    [all...]
modules.cc 291 bool ModuleDescriptor::Validate(ModuleScope* module_scope,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
symbols.py 172 class ModuleScope(Scope):
220 scope = self.module = self.scopes[node] = ModuleScope()
  /external/python/cpython2/Lib/compiler/
symbols.py 172 class ModuleScope(Scope):
220 scope = self.module = self.scopes[node] = ModuleScope()
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 172 class ModuleScope(Scope):
220 scope = self.module = self.scopes[node] = ModuleScope()
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 172 class ModuleScope(Scope):
220 scope = self.module = self.scopes[node] = ModuleScope()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 172 class ModuleScope(Scope):
220 scope = self.module = self.scopes[node] = ModuleScope()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 172 class ModuleScope(Scope):
220 scope = self.module = self.scopes[node] = ModuleScope()
  /external/v8/src/
globals.h 474 class ModuleScope;
    [all...]
  /external/v8/src/parsing/
parser-base.h 658 ModuleScope* NewModuleScope(DeclarationScope* parent) const {
659 return new (zone()) ModuleScope(parent, ast_value_factory());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1919 milliseconds