Home
last modified time | relevance | path

Searched defs:is_module_scope (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dscopes.h266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } in is_module_scope() function
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py290 is_module_scope = 0 variable in Scope
992 is_module_scope = 1 variable in ModuleScope
DNodes.py2238 def call_self_node(self, omit_optional_args=0, is_module_scope=0): argument