Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js1187 return new ScriptCollectedEvent(exec_state, id);
1191 function ScriptCollectedEvent(exec_state, id) { class
1197 ScriptCollectedEvent.prototype.id = function() {
1202 ScriptCollectedEvent.prototype.executionState = function() {
1207 ScriptCollectedEvent.prototype.toJSONProtocol = function() {
/external/v8/test/cctest/
Dtest-debug.cc6433 TEST(ScriptCollectedEvent) { in TEST() argument