Searched refs:_executionContextCreated (Results 1 – 2 of 2) sorted by relevance
68 _executionContextCreated: function(context) method in WebInspector.RuntimeModel148 this._runtimeModel._executionContextCreated(context);
203 target.runtimeModel.executionContexts().forEach(this._executionContextCreated, this);306 this._executionContextCreated(executionContext);312 _executionContextCreated: function(executionContext) method in WebInspector.ConsoleView