HomeSort by relevance Sort by last modified time
    Searched defs:ScopeChain (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
ScopeChain.h 159 class ScopeChain {
162 ScopeChain(NoScopeChain)
167 ScopeChain(JSObject* o, JSGlobalData* globalData, JSGlobalObject* globalObject, JSObject* globalThis)
172 ScopeChain(const ScopeChain& c)
177 ScopeChain& operator=(const ScopeChain& c);
179 explicit ScopeChain(ScopeChainNode* node)
184 ~ScopeChain()
193 void swap(ScopeChain&)
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.h 102 ScopeChain = -7,

Completed in 132 milliseconds