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

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptDebugServer.cpp141 v8::Handle<v8::Function> setPauseOnExceptionsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("setPauseOnExceptionsState"))); local
143 setPauseOnExceptionsFunction->Call(m_debuggerScript.get(), 1, argv);

Completed in 94 milliseconds