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

  /external/webkit/JavaScriptCore/runtime/
JSFunction.h 51 void setScope(const ScopeChain& scopeChain) { setScopeChain(scopeChain); }
108 void setScopeChain(ScopeChainNode* sc)
113 void setScopeChain(const ScopeChain& sc)
JSFunction.cpp 79 setScopeChain(scopeChainNode);
  /external/webkit/JavaScriptCore/interpreter/
CallFrameClosure.h 51 newCallFrame->setScopeChain(scopeChain);
CachedCall.h 59 callFrame->setScopeChain(exec->scopeChain());
CallFrame.h 115 void setScopeChain(ScopeChainNode* scopeChain) { static_cast<Register*>(this)[RegisterFile::ScopeChain] = scopeChain; }
123 setScopeChain(scopeChain);
Interpreter.cpp 572 callFrame->setScopeChain(scopeChain);
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 155 milliseconds