Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js1116 return new CompileEvent(exec_state, script, before);
1120 function CompileEvent(exec_state, script, before) { class
1127 CompileEvent.prototype.executionState = function() {
1132 CompileEvent.prototype.eventType = function() {
1141 CompileEvent.prototype.script = function() {
1146 CompileEvent.prototype.toJSONProtocol = function() {