Andreas Kling
c2ad599783
LibJS: Rename CallFrame => ExecutionContext
...
This struct represents what the ECMAScript specification calls an
"execution context" so let's use the same terminology. :^)
2021-06-24 19:28:00 +02:00
Linus Groh
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
2021-04-22 22:51:19 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Linus Groh
8d490aba76
LibJS: Implement console.assert()
2021-04-18 18:28:17 +02:00
Linus Groh
d8415520de
LibJS: Put console dbgln() logging behind #ifdef __serenity__
...
No need to have duplicate output in the Lagom-built js REPL. :^)
2021-03-02 08:36:34 +01:00
Andreas Kling
7f66a4e3ba
LibJS: Print console.{debug,error,info,log,warn} to system debug log
2021-02-21 21:32:16 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00