Searched refs:ScriptCollectedEvent (Results 1 – 2 of 2) sorted by relevance
1187 return new ScriptCollectedEvent(exec_state, id);1191 function ScriptCollectedEvent(exec_state, id) { class1197 ScriptCollectedEvent.prototype.id = function() {1202 ScriptCollectedEvent.prototype.executionState = function() {1207 ScriptCollectedEvent.prototype.toJSONProtocol = function() {
6433 TEST(ScriptCollectedEvent) { in TEST() argument