mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
LibJS: Implement bytecode generation for BigInts
This commit is contained in:
parent
0975e08285
commit
50ece3dd1b
5 changed files with 38 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
O(AbstractEquals) \
|
||||
O(TypedInequals) \
|
||||
O(TypedEquals) \
|
||||
O(NewBigInt) \
|
||||
O(NewString) \
|
||||
O(NewObject) \
|
||||
O(GetVariable) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue