Home | History | Annotate | Download | only in sources

Lines Matching full:currentexecutioncontext

227         var currentExecutionContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
228 if (currentExecutionContext)
229 WebInspector.ConsoleModel.evaluateCommandInConsole(currentExecutionContext, expression);