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

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 600 EvalCodeBlock(EvalExecutable* ownerExecutable, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, int baseScopeDepth)
602 , m_baseScopeDepth(baseScopeDepth)
606 int baseScopeDepth() const { return m_baseScopeDepth; }
CodeBlock.cpp     [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 383 , m_baseScopeDepth(codeBlock->baseScopeDepth())
    [all...]

Completed in 87 milliseconds