Searched defs:functionLength (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DLookup.h72 unsigned char functionLength() const { ASSERT(m_attributes & Function); return static_cast<unsigned char>(m_u.function.length); } function in class:JSC::HashEntry
H A DJSObject.cpp2220 void JSObject::putDirectNativeFunction(ExecState* exec, JSGlobalObject* globalObject, const PropertyName& propertyName, unsigned functionLength, NativeFunction nativeFunction, Intrinsic intrinsic, unsigned attributes) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.cpp901 int functionLength = closeBraceOffset - openBraceOffset; local

Completed in 193 milliseconds