mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
script: Optionally store backtraces when throwing DOM exceptions.
This commit is contained in:
parent
5dc80dd07a
commit
06bca43aee
9 changed files with 51 additions and 2 deletions
|
@ -42,4 +42,5 @@ debugmozjs = ["libservo/debugmozjs"]
|
|||
unstable = ["libservo/unstable"]
|
||||
googlevr = ["libservo/googlevr"]
|
||||
oculusvr = ["libservo/oculusvr"]
|
||||
webgl_backtrace = ["libservo/webgl_backtrace"]
|
||||
webgl_backtrace = ["libservo/webgl_backtrace"]
|
||||
js_backtrace = ["libservo/js_backtrace"]
|
||||
|
|
|
@ -31,6 +31,7 @@ energy-profiling = ["libservo/energy-profiling"]
|
|||
debugmozjs = ["libservo/debugmozjs"]
|
||||
unstable = ["libservo/unstable"]
|
||||
webgl_backtrace = ["libservo/webgl_backtrace"]
|
||||
js_backtrace = ["libservo/js_backtrace"]
|
||||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
backtrace = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue