mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibJS: Add the Temporal namespace object :^)
Currently empty, but we gotta start somewhere! This is the start of implementing the Temporal proposal (currently stage 3). I have decided to start a new subdirectory (Runtime/Temporal/) as well as a new C++ namespace (JS::Temporal) for this so we don't have to prefix all the files and classes with "Temporal" - there will be a lot. https://tc39.es/proposal-temporal/
This commit is contained in:
parent
a39ec19cd7
commit
8269921212
Notes:
sideshowbarker
2024-07-18 10:16:04 +09:00
Author: https://github.com/linusg
Commit: 8269921212
Pull-request: https://github.com/SerenityOS/serenity/pull/8514
Reviewed-by: https://github.com/awesomekling ✅
5 changed files with 49 additions and 0 deletions
|
@ -121,6 +121,7 @@ set(SOURCES
|
|||
Runtime/SymbolConstructor.cpp
|
||||
Runtime/SymbolObject.cpp
|
||||
Runtime/SymbolPrototype.cpp
|
||||
Runtime/Temporal/Temporal.cpp
|
||||
Runtime/TypedArray.cpp
|
||||
Runtime/TypedArrayConstructor.cpp
|
||||
Runtime/TypedArrayPrototype.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue