Searched refs:injectCommandLineAPI (Results 1 – 1 of 1) sorted by relevance
| /external/webkit/Source/WebCore/inspector/ |
| D | InjectedScriptSource.js | 243 evaluate: function(expression, objectGroup, injectCommandLineAPI) argument 245 …dWrap(inspectedWindow.eval, inspectedWindow, expression, objectGroup, false, injectCommandLineAPI); 262 …p: function(evalFunction, object, expression, objectGroup, isEvalOnCallFrame, injectCommandLineAPI) argument 265 …._evaluateOn(evalFunction, object, expression, isEvalOnCallFrame, injectCommandLineAPI), objectGro… 271 _evaluateOn: function(evalFunction, object, expression, isEvalOnCallFrame, injectCommandLineAPI) argument 278 if (injectCommandLineAPI && inspectedWindow.console) { 291 if (injectCommandLineAPI && inspectedWindow.console) 311 evaluateOnCallFrame: function(callFrameId, expression, objectGroup, injectCommandLineAPI) argument 316 …valuateAndWrap(callFrame.evaluate, callFrame, expression, objectGroup, true, injectCommandLineAPI);
|