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

/external/v8/src/
H A Ddebug-debugger.js1152 return new CompileEvent(exec_state, script, before);
1156 function CompileEvent(exec_state, script, before) { class
1163 CompileEvent.prototype.executionState = function() {
1168 CompileEvent.prototype.eventType = function() {
1177 CompileEvent.prototype.script = function() {
1182 CompileEvent.prototype.toJSONProtocol = function() {

Completed in 36 milliseconds