Searched refs:maximumLimit (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDebuggerScript.js202 DebuggerScript.currentCallFrame = function(execState, maximumLimit)
205 if (maximumLimit >= 0 && maximumLimit < frameCount)
206 frameCount = maximumLimit;
H A DScriptDebugServer.h139 PassRefPtr<JavaScriptCallFrame> wrapCallFrames(v8::Handle<v8::Object> executionState, int maximumLimit);
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) };

Completed in 64 milliseconds