Home | History | Annotate | Download | only in include

Lines Matching refs:exception

1118    * Exception stack trace. By default stack traces are not captured for
1845 * (e.g. due to an exception in the toString() method of the object)
1867 * If conversion to a string fails (eg. due to an exception in the toString()
3085 * the flags bit field. May throw a JavaScript exception as
3906 class V8_EXPORT Exception {
4081 * Introduce exception to DisallowJavascriptExecutionScope.
4236 * Schedules an exception to be thrown when returning to JavaScript. When an
4237 * exception has been scheduled it is illegal to invoke any JavaScript
4238 * operation; the caller must return immediately and only after the exception
4241 Local<Value> ThrowException(Local<Value> exception);
4668 * Otherwise, the exception object will be passed to the callback instead.
4679 * Tells V8 to capture current stack trace when uncaught exception occurs
4854 * exception is still active.
4866 * have propagated the uncatchable exception which is generated. This
4988 * An external exception handler.
5005 * Returns true if an exception has been caught by this try/catch block.
5020 * Returns true if an exception has been caught due to script execution
5024 * exception. Such exceptions are thrown when the TerminateExecution
5027 * If such an exception has been thrown, HasTerminated will return true,
5034 * Throws the exception caught by this TryCatch in a way that avoids
5037 * ReThrow; the caller must return immediately to where the exception
5043 * Returns the exception caught by this try/catch block. If no exception has
5048 Local<Value> Exception() const;
5057 * Returns the message associated with this exception. If there is
5070 * another exception is thrown the previously caught exception will just be
5072 * to determine which operation threw a given exception.
5077 * Set verbosity of the external exception handler.
5079 * By default, exceptions that are caught by an external exception
5081 * external exception handler to have exceptions caught by the
5088 * which holds source information about where the exception
5275 * 'Function' constructor are used an exception will be thrown.
5281 * allowed, otherwise an exception will be thrown. If no callback is
5282 * set an exception will be thrown.
5293 * Sets the error description for the exception that is thrown when