Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/
DJavaScriptProfileNode.cpp58 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 …]
DJavaScriptProfile.cpp97 if (!JSValueIsObjectOfClass(ctx, arguments[0], ProfileNodeClass())) in focus()
114 if (!JSValueIsObjectOfClass(ctx, arguments[0], ProfileNodeClass())) in exclude()
DJavaScriptProfileNode.h41 JSClassRef ProfileNodeClass();
/external/webkit/WebCore/
DChangeLog-2008-08-1015549 (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):
DChangeLog-2010-01-2945912 (WebCore::ProfileNodeClass):
46383 (WebCore::ProfileNodeClass):
46448 (WebCore::ProfileNodeClass):
DChangeLog-2009-06-1617332 (WebCore::ProfileNodeClass):