blob: 3afb1d579e5797c2e7b70c6febd754a671301f4a [file] [log] [blame]
/*
* weinre is available under *either* the terms of the modified BSD license *or* the
* MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
*
* Copyright (c) 2011 IBM Corporation
*/
require ../common/Weinre
//-----------------------------------------------------------------------------
class WiInjectedScriptImpl
//-----------------------------------------------------------------------------
method evaluateOnSelf(/*string*/ functionBody, /*any[]*/ argumentsArray, callback)
// callback: function(/*any*/ result)
Weinre.notImplemented(arguments.callee.signature)