Searched refs:ScriptCollectedEvent (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Ddebug-debugger.js1223 return new ScriptCollectedEvent(exec_state, id);
1227 function ScriptCollectedEvent(exec_state, id) { class
1233 ScriptCollectedEvent.prototype.id = function() {
1238 ScriptCollectedEvent.prototype.executionState = function() {
1243 ScriptCollectedEvent.prototype.toJSONProtocol = function() {
/external/v8/test/cctest/
H A Dtest-debug.cc6447 TEST(ScriptCollectedEvent) {

Completed in 143 milliseconds