Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.js1155 return new CompileEvent(script, type);
1159 function CompileEvent(script, type) { class
1165 CompileEvent.prototype.eventType = function() { class
1170 CompileEvent.prototype.script = function() {
1175 CompileEvent.prototype.toJSONProtocol = function() {
2591 "CompileEvent", CompileEvent,