HomeSort by relevance Sort by last modified time
    Searched full:global_scope (Results 1 - 25 of 46) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h 13 //#define GLOBAL_SCOPE 0
ANTLRBaseStack.h 35 //#define GLOBAL_SCOPE 0
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRMap.h 36 //#define GLOBAL_SCOPE 0
ANTLRRuleStack.h 36 //#define GLOBAL_SCOPE 0
ANTLRSymbolStack.h 36 //#define GLOBAL_SCOPE 0
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 63 TryInsert("test.pb.h", "global_scope", output_directory);
69 TryInsert("test.pb.cc", "global_scope", output_directory);
  /external/webkit/Source/WebCore/inspector/
JavaScriptCallFrame.idl 35 const unsigned short GLOBAL_SCOPE = 0;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseStack.h 35 //#define GLOBAL_SCOPE 0
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRMap.h 36 //#define GLOBAL_SCOPE 0
ANTLRRuleStack.h 36 //#define GLOBAL_SCOPE 0
ANTLRSymbolStack.h 36 //#define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseStack.h 35 //#define GLOBAL_SCOPE 0
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRMap.h 36 //#define GLOBAL_SCOPE 0
ANTLRRuleStack.h 36 //#define GLOBAL_SCOPE 0
ANTLRSymbolStack.h 36 //#define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseStack.h 35 //#define GLOBAL_SCOPE 0
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRMap.h 36 //#define GLOBAL_SCOPE 0
ANTLRRuleStack.h 36 //#define GLOBAL_SCOPE 0
ANTLRSymbolStack.h 36 //#define GLOBAL_SCOPE 0
  /external/v8/src/
scopes.cc 111 (type == MODULE_SCOPE || type == GLOBAL_SCOPE)
118 ASSERT_EQ(type == GLOBAL_SCOPE, outer_scope == NULL);
203 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope) {
244 global_scope->AddInnerScope(current_scope);
245 global_scope->PropagateScopeInfo(false);
246 return (innermost_scope == NULL) ? global_scope : innermost_scope;
723 case GLOBAL_SCOPE: return "global";
957 ASSERT(info->global_scope()->is_global_scope());
985 var = info->global_scope()->DeclareGlobal(proxy->name());
1044 ASSERT(info->global_scope()->is_global_scope())
    [all...]
compiler.h 63 Scope* global_scope() const { return global_scope_; } function in class:v8::internal::BASE_EMBEDDED
105 void SetGlobalScope(Scope* global_scope) {
107 global_scope_ = global_scope;

Completed in 417 milliseconds

1 2