mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibJS: Implement non standard error.stack attribute
All other browser already support this feature. There is a Stage 1 proposal to standardize this, but it does not seem to be active.
This commit is contained in:
parent
8c3942d90c
commit
89c82abf1f
6 changed files with 100 additions and 0 deletions
|
@ -436,6 +436,7 @@ namespace JS {
|
|||
P(source) \
|
||||
P(splice) \
|
||||
P(sqrt) \
|
||||
P(stack) \
|
||||
P(startOfDay) \
|
||||
P(startsWith) \
|
||||
P(status) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue