Searched refs:originatingCommand (Results 1 – 1 of 1) sorted by relevance
1116 WebInspector.ConsoleCommandResult = function(result, originatingCommand) argument1119 this.originatingCommand = originatingCommand;1163 …if (element.previousSibling && msg.originatingCommand && element.previousSibling.command === msg.o…