LibJS: Implement bytecode generation for BigInts

This commit is contained in:
Gunnar Beutner 2021-06-08 07:59:25 +02:00 committed by Linus Groh
commit 50ece3dd1b
Notes: sideshowbarker 2024-07-18 12:38:29 +09:00
5 changed files with 38 additions and 0 deletions

View file

@ -26,6 +26,7 @@
O(AbstractEquals) \
O(TypedInequals) \
O(TypedEquals) \
O(NewBigInt) \
O(NewString) \
O(NewObject) \
O(GetVariable) \