Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js1038 return new ExceptionEvent(exec_state, exception, uncaught);
1042 function ExceptionEvent(exec_state, exception, uncaught) { class
1049 ExceptionEvent.prototype.executionState = function() {
1054 ExceptionEvent.prototype.eventType = function() {
1059 ExceptionEvent.prototype.exception = function() {
1064 ExceptionEvent.prototype.uncaught = function() {
1069 ExceptionEvent.prototype.func = function() {
1074 ExceptionEvent.prototype.sourceLine = function() {
1079 ExceptionEvent.prototype.sourceColumn = function() {
1084 ExceptionEvent.prototype.sourceLineText = function() {
[all …]