Searched defs:is_module_scope (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } function in class:v8::internal::Scope
273 is_module_scope() || is_global_scope();
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py290 is_module_scope = 0 variable in class:Scope
992 is_module_scope = 1 variable in class:ModuleScope

Completed in 64 milliseconds