Searched defs:baseScopeDepth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h589 EvalCodeBlock(EvalExecutable* ownerExecutable, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, int baseScopeDepth) argument
591 , m_baseScopeDepth(baseScopeDepth)
595 int baseScopeDepth() const { return m_baseScopeDepth; } function in class:JSC::EvalCodeBlock

Completed in 39 milliseconds