Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js1074 return new ExceptionEvent(exec_state, exception, uncaught);
1078 function ExceptionEvent(exec_state, exception, uncaught) { class
1085 ExceptionEvent.prototype.executionState = function() {
1090 ExceptionEvent.prototype.eventType = function() {
1095 ExceptionEvent.prototype.exception = function() {
1100 ExceptionEvent.prototype.uncaught = function() {
1105 ExceptionEvent.prototype.func = function() {
1110 ExceptionEvent.prototype.sourceLine = function() {
1115 ExceptionEvent.prototype.sourceColumn = function() {
1120 ExceptionEvent.prototype.sourceLineText = function() {
[all …]