v8.h | v8.h | |||
---|---|---|---|---|
skipping to change at line 1113 | skipping to change at line 1113 | |||
Local<String> Get() const; | Local<String> Get() const; | |||
Local<String> GetSourceLine() const; | Local<String> GetSourceLine() const; | |||
/** | /** | |||
* Returns the resource name for the script from where the function causi ng | * Returns the resource name for the script from where the function causi ng | |||
* the error originates. | * the error originates. | |||
*/ | */ | |||
Handle<Value> GetScriptResourceName() const; | Handle<Value> GetScriptResourceName() const; | |||
/** | /** | |||
* Returns the resource data for the script from where the function causi | ||||
ng | ||||
* the error originates. | ||||
*/ | ||||
Handle<Value> GetScriptData() const; | ||||
/** | ||||
* Exception stack trace. By default stack traces are not captured for | * Exception stack trace. By default stack traces are not captured for | |||
* uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows | * uncaught exceptions. SetCaptureStackTraceForUncaughtExceptions allows | |||
* to change this option. | * to change this option. | |||
*/ | */ | |||
Handle<StackTrace> GetStackTrace() const; | Handle<StackTrace> GetStackTrace() const; | |||
/** | /** | |||
* Returns the number, 1-based, of the line where the error occurred. | * Returns the number, 1-based, of the line where the error occurred. | |||
*/ | */ | |||
int GetLineNumber() const; | int GetLineNumber() const; | |||
End of changes. 1 change blocks. | ||||
7 lines changed or deleted | 0 lines changed or added | |||