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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDebuggerScript.js101 return DebuggerScript._setScopeVariableValue(mirror, scopeIndex, variableName, newValue);
104 DebuggerScript._setScopeVariableValue = function(scopeHolder, scopeIndex, variableName, newValue)
364 return DebuggerScript._setScopeVariableValue(frameMirror, scopeNumber, variableName, newValue);

Completed in 23 milliseconds