Home | History | Annotate | Download | only in console

Lines Matching full:currentexecutioncontext

839         var currentExecutionContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
840 if (currentExecutionContext)
841 WebInspector.ConsoleModel.evaluateCommandInConsole(currentExecutionContext, text, useCommandLineAPI);