Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug-debugger.js888 return new ExceptionEvent(exec_state, exception, uncaught);
892 function ExceptionEvent(exec_state, exception, uncaught) { class
899 ExceptionEvent.prototype.executionState = function() {
904 ExceptionEvent.prototype.eventType = function() {
909 ExceptionEvent.prototype.exception = function() {
914 ExceptionEvent.prototype.uncaught = function() {
919 ExceptionEvent.prototype.func = function() {
924 ExceptionEvent.prototype.sourceLine = function() {
929 ExceptionEvent.prototype.sourceColumn = function() {
934 ExceptionEvent.prototype.sourceLineText = function() {
[all …]