HomeSort by relevance Sort by last modified time
    Searched refs:explicitName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
InternalFunction.cpp 68 const UString explicitName = displayName(exec);
70 if (!explicitName.isEmpty())
71 return explicitName;
JSFunction.cpp 128 const UString explicitName = displayName(exec);
130 if (!explicitName.isEmpty())
131 return explicitName;

Completed in 30 milliseconds