Searched refs:calculatedDisplayName (Results 1 – 6 of 6) sorted by relevance
41 const UString calculatedDisplayName(ExecState*);
61 const UString InternalFunction::calculatedDisplayName(ExecState* exec) in calculatedDisplayName() function in JSC::InternalFunction
58 return function->calculatedDisplayName(m_callFrame); in calculatedFunctionName()
157 const UString& name = function->calculatedDisplayName(exec); in createCallIdentifierFromFunctionImp()
8974 (JSC::InternalFunction::calculatedDisplayName):8988 …FromFunctionImp): Changed call to InternalFunction::name to InternalFunction::calculatedDisplayName8992 …(JSC::InternalFunction::calculatedDisplayName): Returns displayName if it exists, if not then the …
5248 (JSC::InternalFunction::calculatedDisplayName):