aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/operations/ecma-big-uint.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2020-08-12Support BigInt to number conversion using Number constructor (#4121)Zoltan Herczeg
2020-08-11Improve BigInt support (#4118)Zoltan Herczeg
2020-08-10Implement unary operators: bitwise not, pre/post increment/decrement (#4116)Zoltan Herczeg
2020-08-06Change BigInt zero representation to a constant (#4109)Zoltan Herczeg
2020-08-04Implement binary bitwise BigInt operators (#4105)Zoltan Herczeg
2020-08-03Implement relational operators for BigInts (#4087)Zoltan Herczeg
2020-07-30Implement BigInt primitve type and some of its operations (#4062)Zoltan Herczeg