Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js966 return new CompileEvent(exec_state, script, before);
970 function CompileEvent(exec_state, script, before) { class
977 CompileEvent.prototype.executionState = function() {
982 CompileEvent.prototype.eventType = function() {
991 CompileEvent.prototype.script = function() {
996 CompileEvent.prototype.toJSONProtocol = function() {