DescriptionBlink-in-JS: Make error messages thrown in private scripts more verbose
- Split compilation of private scripts from running installClass(), in order to distinguish a compile error with a runtime error that happens in installClass().
- Added ScriptOrigin to private scripts. By doing this, dumpV8Message() can print a file name and a line number where an error is triggered.
- Refactored PrivateScriptRunner.cpp a bit.
This just affects fprintf(stderr) and doesn't change any web-exposed behavior.
BUG=341031
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180180
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 5
Patch Set 7 : #Patch Set 8 : #
Total comments: 3
Patch Set 9 : #
Messages
Total messages: 14 (0 generated)
|