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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.cpp380 PassRefPtr<JavaScriptCallFrame> ScriptDebugServer::wrapCallFrames(v8::Handle<v8::Object> executionState, int maximumLimit) argument
382 v8::Handle<v8::Value> argv[] = { executionState, v8::Integer::New(maximumLimit) };
428 void ScriptDebugServer::handleProgramBreak(v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpointNumbers) argument
445 m_executionState.set(m_isolate, executionState);
467 bool ScriptDebugServer::executeSkipPauseRequest(ScriptDebugListener::SkipPauseRequest request, v8::Handle<v8::Object> executionState) argument
480 v8::Handle<v8::Value> argv[] = { executionState };
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1018 BreakEvent.prototype.executionState = function() {
1103 ExceptionEvent.prototype.executionState = function() {
1181 CompileEvent.prototype.executionState = function() {
1256 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 217 milliseconds