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

  /external/webkit/Source/WebCore/inspector/
JavaScriptCallFrame.idl 35 const unsigned short GLOBAL_SCOPE = 0;
InjectedScriptSource.js 484 const GLOBAL_SCOPE = 0;
491 scopeTypeNames[GLOBAL_SCOPE] = "global";
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.h 34 #define GLOBAL_SCOPE 0
ANTLRHashMap.h 34 #define GLOBAL_SCOPE 0
  /external/v8/src/
scopes.h 97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope);
271 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; }
v8globals.h 465 GLOBAL_SCOPE, // The top-level scope for a program or a top-level eval.
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...]
parser.cc 605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
707 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
    [all...]
runtime.cc     [all...]

Completed in 96 milliseconds