Searched refs:ProfileNodeClass (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/inspector/ |
D | JavaScriptProfileNode.cpp | 58 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getFunctionName() 68 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getURL() 78 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getLineNumber() 89 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getTotalTime() 100 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getSelfTime() 111 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getNumberOfCalls() 122 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getChildren() 169 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getVisible() 180 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass())) in getCallUID() 194 JSClassRef ProfileNodeClass() in ProfileNodeClass() function [all …]
|
D | JavaScriptProfile.cpp | 97 if (!JSValueIsObjectOfClass(ctx, arguments[0], ProfileNodeClass())) in focus() 114 if (!JSValueIsObjectOfClass(ctx, arguments[0], ProfileNodeClass())) in exclude()
|
D | JavaScriptProfileNode.h | 41 JSClassRef ProfileNodeClass();
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 15549 (WebCore::ProfileNodeClass): 17638 (WebCore::focus): Now correctly compares against a ProfileNodeClass 17643 * page/JavaScriptProfileNode.cpp: Declare the ProfileNodeClass in the 17646 (WebCore::ProfileNodeClass): 18442 (WebCore::ProfileNodeClass): Add the url and lineNumber properties. 18848 (WebCore::ProfileNodeClass): Add static functions. 18937 (WebCore::ProfileNodeClass): Add static functions. 20145 (WebCore::ProfileNodeClass): 20220 (WebCore::ProfileNodeClass):
|
D | ChangeLog-2010-01-29 | 45912 (WebCore::ProfileNodeClass): 46383 (WebCore::ProfileNodeClass): 46448 (WebCore::ProfileNodeClass):
|
D | ChangeLog-2009-06-16 | 17332 (WebCore::ProfileNodeClass):
|