OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseScopeDepth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h
589
EvalCodeBlock(EvalExecutable* ownerExecutable, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, int
baseScopeDepth
)
591
, m_baseScopeDepth(
baseScopeDepth
)
595
int
baseScopeDepth
() const { return m_baseScopeDepth; }
/external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp
498
, m_baseScopeDepth(codeBlock->
baseScopeDepth
())
[
all
...]
Completed in 382 milliseconds