Home
last modified time | relevance | path

Searched refs:scopeNumber (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptExterns.js111 InjectedScriptHostClass.prototype.setFunctionVariableValue = function(fun, scopeNumber, variableNam… argument
149 JavaScriptCallFrame.prototype.setVariableValue = function(scopeNumber, variableName, newValue) {} argument
DJavaScriptCallFrame.h69 …ScriptValue setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newVa…
DJavaScriptCallFrame.cpp169 ScriptValue JavaScriptCallFrame::setVariableValue(int scopeNumber, const String& variableName, cons… in setVariableValue() argument
174 v8::Handle<v8::Value>(v8::Integer::New(scopeNumber, m_isolate)), in setVariableValue()
DInjectedScript.h81 …, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& …
DInjectedScript.cpp135 …, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& … in setVariableValue() argument
149 function.appendArgument(scopeNumber); in setVariableValue()
DInjectedScriptSource.js701 …setVariableValue: function(topCallFrame, callFrameId, functionObjectId, scopeNumber, variableName,… argument
729 setter(scopeNumber, variableName, resolvedValue);
DInspectorDebuggerAgent.cpp892 void InspectorDebuggerAgent::setVariableValue(ErrorString* errorString, int scopeNumber, const Stri… in setVariableValue() argument
917 …eValue(errorString, m_currentCallStack, callFrameId, functionObjectId, scopeNumber, variableName, … in setVariableValue()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDebuggerScript.js362 function setVariableValue(scopeNumber, variableName, newValue) argument
364 … return DebuggerScript._setScopeVariableValue(frameMirror, scopeNumber, variableName, newValue);
DScriptDebugServer.h96 …lue> setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& …
DScriptDebugServer.cpp542 …ver::setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& … in setFunctionVariableValue() argument
550 v8::Handle<v8::Value>(v8::Integer::New(scopeNumber, debuggerContext->GetIsolate())), in setFunctionVariableValue()