Searched defs:pauseOnExceptionsState (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.h71 PauseOnExceptionsState pauseOnExceptionsState() const { return m_pauseOnExceptionsState; } function in class:WebCore::ScriptDebugServer
/external/webkit/Source/WebCore/bindings/v8/
H A DDebuggerScript.js116 DebuggerScript.pauseOnExceptionsState = function()
H A DScriptDebugServer.cpp123 ScriptDebugServer::PauseOnExceptionsState ScriptDebugServer::pauseOnExceptionsState() function in class:WebCore::ScriptDebugServer
129 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("pauseOnExceptionsState")));
135 void ScriptDebugServer::setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState) argument
142 v8::Handle<v8::Value> argv[] = { v8::Int32::New(pauseOnExceptionsState) };

Completed in 70 milliseconds