Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DLookup.h84 …unsigned char functionLength() const { ASSERT(m_attributes & Function); return static_cast<unsigne… in functionLength() function
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp1344 int functionLength = closeBracePos - openBracePos; in parseFunctionInfo() local