Home
last modified time | relevance | path

Searched refs:calculatedDisplayName (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DInternalFunction.h41 const UString calculatedDisplayName(ExecState*);
DInternalFunction.cpp61 const UString InternalFunction::calculatedDisplayName(ExecState* exec) in calculatedDisplayName() function in JSC::InternalFunction
/external/webkit/JavaScriptCore/debugger/
DDebuggerCallFrame.cpp58 return function->calculatedDisplayName(m_callFrame); in calculatedFunctionName()
/external/webkit/JavaScriptCore/profiler/
DProfiler.cpp157 const UString& name = function->calculatedDisplayName(exec); in createCallIdentifierFromFunctionImp()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-168974 (JSC::InternalFunction::calculatedDisplayName):
8988 …FromFunctionImp): Changed call to InternalFunction::name to InternalFunction::calculatedDisplayName
8992 …(JSC::InternalFunction::calculatedDisplayName): Returns displayName if it exists, if not then the …
DChangeLog5248 (JSC::InternalFunction::calculatedDisplayName):