OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canOptimizeNonLocals
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h
465
bool
canOptimizeNonLocals
() { return (m_codeType == FunctionCode) && !m_dynamicScopeDepth && !m_codeBlock->usesEval(); }
BytecodeGenerator.cpp
[
all
...]
Completed in 12 milliseconds