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

  /external/webkit/JavaScriptCore/runtime/
ScopeChain.cpp 56 int scopeDepth = 0;
63 ++scopeDepth;
65 return scopeDepth;
  /external/webkit/JavaScriptCore/bytecompiler/
LabelScope.h 43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget)
47 , m_scopeDepth(scopeDepth)
66 int scopeDepth() const { return m_scopeDepth; }
BytecodeGenerator.h 348 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; }
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 72 uint32_t scopeDepth;

Completed in 53 milliseconds