mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibJS: Set configurable toStringTag property for console
This commit is contained in:
parent
dd8c693725
commit
c5b8e75204
Notes:
github-actions[bot]
2024-08-11 19:07:22 +00:00
Author: https://github.com/GasimGasimzada
Commit: c5b8e75204
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1015
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
println(console[Symbol.toStringTag])
|
||||
println(console.toString())
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue