mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibJS: Alphabetically sort LibJS's CMakeLists.txt
This commit is contained in:
parent
fa7a6fbedd
commit
df75c35d5b
1 changed files with 6 additions and 6 deletions
|
@ -13,11 +13,11 @@ set(SOURCES
|
|||
Bytecode/Pass/UnifySameBlocks.cpp
|
||||
Bytecode/StringTable.cpp
|
||||
Console.cpp
|
||||
Heap/CellAllocator.cpp
|
||||
Heap/BlockAllocator.cpp
|
||||
Heap/CellAllocator.cpp
|
||||
Heap/Handle.cpp
|
||||
Heap/HeapBlock.cpp
|
||||
Heap/Heap.cpp
|
||||
Heap/HeapBlock.cpp
|
||||
Interpreter.cpp
|
||||
Lexer.cpp
|
||||
MarkupGenerator.cpp
|
||||
|
@ -47,13 +47,13 @@ set(SOURCES
|
|||
Runtime/DataView.cpp
|
||||
Runtime/DataViewConstructor.cpp
|
||||
Runtime/DataViewPrototype.cpp
|
||||
Runtime/DateConstructor.cpp
|
||||
Runtime/Date.cpp
|
||||
Runtime/DateConstructor.cpp
|
||||
Runtime/DatePrototype.cpp
|
||||
Runtime/DeclarativeEnvironment.cpp
|
||||
Runtime/Environment.cpp
|
||||
Runtime/ErrorConstructor.cpp
|
||||
Runtime/Error.cpp
|
||||
Runtime/ErrorConstructor.cpp
|
||||
Runtime/ErrorPrototype.cpp
|
||||
Runtime/ErrorTypes.cpp
|
||||
Runtime/Exception.cpp
|
||||
|
@ -89,6 +89,7 @@ set(SOURCES
|
|||
Runtime/ObjectConstructor.cpp
|
||||
Runtime/ObjectEnvironment.cpp
|
||||
Runtime/ObjectPrototype.cpp
|
||||
Runtime/OrdinaryFunctionObject.cpp
|
||||
Runtime/PrimitiveString.cpp
|
||||
Runtime/Promise.cpp
|
||||
Runtime/PromiseConstructor.cpp
|
||||
|
@ -104,7 +105,6 @@ set(SOURCES
|
|||
Runtime/RegExpConstructor.cpp
|
||||
Runtime/RegExpObject.cpp
|
||||
Runtime/RegExpPrototype.cpp
|
||||
Runtime/OrdinaryFunctionObject.cpp
|
||||
Runtime/Set.cpp
|
||||
Runtime/SetConstructor.cpp
|
||||
Runtime/SetIterator.cpp
|
||||
|
@ -136,8 +136,8 @@ set(SOURCES
|
|||
Runtime/TypedArray.cpp
|
||||
Runtime/TypedArrayConstructor.cpp
|
||||
Runtime/TypedArrayPrototype.cpp
|
||||
Runtime/VM.cpp
|
||||
Runtime/Value.cpp
|
||||
Runtime/VM.cpp
|
||||
Runtime/WeakMap.cpp
|
||||
Runtime/WeakMapConstructor.cpp
|
||||
Runtime/WeakMapPrototype.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue