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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.cpp317 PassRefPtr<JavaScriptCallFrame> ScriptDebugServer::wrapCallFrames(v8::Handle<v8::Object> executionState, int maximumLimit) argument
320 if (executionState.IsEmpty()) {
324 v8::Handle<v8::Value> argv[] = { executionState, v8::Integer::New(maximumLimit, m_isolate) };
373 void ScriptDebugServer::handleProgramBreak(v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpointNumbers) argument
393 m_executionState.set(m_isolate, executionState);
415 bool ScriptDebugServer::executeSkipPauseRequest(ScriptDebugListener::SkipPauseRequest request, v8::Handle<v8::Object> executionState) argument
426 v8::Handle<v8::Value> argv[] = { executionState };
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1023 BreakEvent.prototype.executionState = function() {
1108 ExceptionEvent.prototype.executionState = function() {
1186 CompileEvent.prototype.executionState = function() {
1261 ScriptCollectedEvent.prototype.executionState = function() {
/external/v8/src/
H A Ddebug-debugger.js1000 BreakEvent.prototype.executionState = function() {
1085 ExceptionEvent.prototype.executionState = function() {
1163 CompileEvent.prototype.executionState = function() {
1238 ScriptCollectedEvent.prototype.executionState = function() {

Completed in 42 milliseconds