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