mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
LibJS: Add BigInt
This commit is contained in:
parent
40829b849a
commit
0ff9d7e189
32 changed files with 1910 additions and 636 deletions
|
@ -8,9 +8,13 @@ set(SOURCES
|
|||
Lexer.cpp
|
||||
MarkupGenerator.cpp
|
||||
Parser.cpp
|
||||
Runtime/ArrayConstructor.cpp
|
||||
Runtime/Array.cpp
|
||||
Runtime/ArrayConstructor.cpp
|
||||
Runtime/ArrayPrototype.cpp
|
||||
Runtime/BigInt.cpp
|
||||
Runtime/BigIntConstructor.cpp
|
||||
Runtime/BigIntObject.cpp
|
||||
Runtime/BigIntPrototype.cpp
|
||||
Runtime/BooleanConstructor.cpp
|
||||
Runtime/BooleanObject.cpp
|
||||
Runtime/BooleanPrototype.cpp
|
||||
|
@ -65,4 +69,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibJS js)
|
||||
target_link_libraries(LibJS LibM LibCore)
|
||||
target_link_libraries(LibJS LibM LibCore LibCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue