Searched refs:functionLength (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
H A D | Lookup.cpp | 83 function = new (exec) JSFunction(exec, globalObject, globalObject->functionStructure(), entry->functionLength(), propertyName, exec->globalData().getHostFunction(entry->function(), entry->generator())); 86 function = new (exec) JSFunction(exec, globalObject, globalObject->functionStructure(), entry->functionLength(), propertyName, entry->function());
|
H A D | Lookup.h | 84 unsigned char functionLength() const { ASSERT(m_attributes & Function); return static_cast<unsigned char>(m_u.function.length); } function in class:JSC::HashEntry
|
/external/webkit/Source/JavaScriptCore/parser/ |
H A D | JSParser.cpp | 1344 int functionLength = closeBracePos - openBracePos; local 1345 if (TreeBuilder::CanUseFunctionCache && m_functionCache && functionLength > minimumFunctionLengthToCache) {
|
Completed in 136 milliseconds