Home
last modified time | relevance | path

Searched refs:profileEnd (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSConsoleCustom.cpp69 JSValue JSConsole::profileEnd(ExecState* exec) in profileEnd() function in WebCore::JSConsole
76 impl()->profileEnd(title, exec, callStack); in profileEnd()
/external/webkit/Source/WebCore/page/
DConsole.h106 void profileEnd(const String&, ScriptState*, PassRefPtr<ScriptCallStack>);
DConsole.idl48 [Custom] void profileEnd(in DOMString title);
DConsole.cpp282 void Console::profileEnd(const String& title, ScriptState* state, PassRefPtr<ScriptCallStack> callS… in profileEnd() function in WebCore::Console
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8ConsoleCustom.cpp107 imp->profileEnd(title, ScriptState::current(), callStack); in profileEndCallback()
/external/webkit/Source/WebCore/inspector/
DInjectedScriptSource.js610 profileEnd: function() method in CommandLineAPIImpl
612 return console.profileEnd.apply(console, arguments)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-104276 (KJS::Profile::removeProfileEnd): Ditto for profileEnd.
4945 console.profileEnd() will be in the profile tree.
5484 or console.profileEnd()
5494 (KJS::Profile::removeProfileEnd): Removes the call to console.profileEnd
5501 facilitate readability and the removal of profile() and profileEnd()
17490 console.profile() and console.profileEnd().
/external/webkit/Source/WebCore/
DChangeLog-2008-08-109675 (WebCore::Console::profileEnd): No longer needs to handle the return of
12050 (WebCore::JSConsole::profileEnd):
12286 (WebCore::Console::profileEnd):
18511 stored by the InspectorController when Console.profileEnd is called.
18524 (WebCore::JSConsole::profileEnd): Added. Calls impl()->profileEnd()
18528 (WebCore::Console::profileEnd): Accept the optional title argument
18532 * page/Console.idl: Made profileEnd Custom so we can get the ExecState.
19007 correctly to parent functions when calling profile() and profileEnd()
19012 (WebCore::Console::profileEnd):
28240 (WebCore::Console::profileEnd):
[all …]
DChangeLog-2009-06-1663212 Add back ability to end all profiling via console by invoking profileEnd
63216 (WebCore::Console::profileEnd): Removed title null-checking and
63528 (WebCore::Console::profileEnd):
74476 (WebCore::Console::profileEnd): Ditto.
76027 (WebCore::Console::profileEnd):
82909 Bug 21255: console.profileEnd() without a console.profile() crashes the
82913 (WebCore::Console::profileEnd):
93033 (WebCore::Console::profileEnd): Move the variables from the header to
93176 (WebCore::Console::profileEnd):
94717 profileEnd has been called, but don't use it until didFinishProfiling is
[all …]
DChangeLog-2011-02-1618543 (WebCore::Console::profileEnd):
20284 (WebCore::Console::profileEnd):
20512 (WebCore::Console::profileEnd):
20538 (WebCore::Console::profileEnd):
DChangeLog-2010-12-063883 (WebCore::JSConsole::profileEnd):
3936 (WebCore::Console::profileEnd):
16518 (WebCore::JSConsole::profileEnd):
16607 (WebCore::Console::profileEnd):
28235 (WebCore::Console::profileEnd):
28900 (WebCore::Console::profileEnd):
29024 (WebCore::Console::profileEnd):
DChangeLog-2010-01-2932726 Enable 'console.profile()' and 'console.profileEnd()'
32734 (WebCore::JSConsole::profileEnd):
58408 (WebCore::Console::profileEnd):
93490 (WebCore::Console::profileEnd):
DChangeLog-2010-05-2450023 (WebCore::Console::profileEnd):
53163 (WebCore::Console::profileEnd):