Searched refs:setFunctionVariableValue (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptHost.idl55 [Custom] any setFunctionVariableValue(any functionObject, int scopeIndex, DOMString variableName, any newValue);
H A DInjectedScriptExterns.js111 InjectedScriptHostClass.prototype.setFunctionVariableValue = function(fun, scopeNumber, variableName, newValue) { }
H A DInjectedScriptSource.js714 setter = InjectedScriptHost.setFunctionVariableValue.bind(InjectedScriptHost, func);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptDebugServer.h96 v8::Handle<v8::Value> setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue);
H A DDebuggerScript.js96 DebuggerScript.setFunctionVariableValue = function(functionValue, scopeIndex, variableName, newValue)
H A DScriptDebugServer.cpp542 v8::Handle<v8::Value> ScriptDebugServer::setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue) function in class:WebCore::ScriptDebugServer
554 return callDebuggerMethod("setFunctionVariableValue", 4, argv);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp373 v8SetReturnValue(info, debugServer.setFunctionVariableValue(functionValue, scopeIndex, variableName, newValue));

Completed in 441 milliseconds