Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h589 …table, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, int baseScopeDepth) in EvalCodeBlock()
595 int baseScopeDepth() const { return m_baseScopeDepth; } in baseScopeDepth() function