Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Ddebugger_script_externs.js177 function CompileEvent() {} class
180 CompileEvent.prototype.script = function() {}
/external/v8/src/debug/
Ddebug.js1077 return new CompileEvent(script, type);
1081 function CompileEvent(script, type) { class
1087 CompileEvent.prototype.eventType = function() { class
1092 CompileEvent.prototype.script = function() {
1097 CompileEvent.prototype.toJSONProtocol = function() {
2455 "CompileEvent", CompileEvent,