Dmitry Panov
|
a34e79884e
Fixed merge conflicts
|
3 anni fa |
Dmitry Panov
|
f82ffd2b2c
Merge remote-tracking branch 'psilva261/bigints' into upgrade-tests-bigint
|
3 anni fa |
Dmitry Panov
|
f1567f3952
Upgraded tests, lots of fixes as a result
|
3 anni fa |
Philip Silva
|
307513316c
Basic implementation of BigInt, BigInt64Array and BigUint64Array
|
3 anni fa |
Dmitry Panov
|
1c1127b852
Fixed getter for out-of-bounds integer properties of String objects
|
4 anni fa |
Dmitry Panov
|
7891d82bfc
Adjusted typed arrays to the new specs
|
4 anni fa |
Dmitry Panov
|
dc8c55024d
Implemented Promise. Closes #178.
|
4 anni fa |
Mihail Stoykov
|
625017e51d
Try to fix sourcemaps with urls (#325)
|
4 anni fa |
Dmitry Panov
|
00bb30d125
Fixed ExportType() for Date objects
|
4 anni fa |
Dmitry Panov
|
d99e4b8cbf
Support 0o and 0b number literals. Closes #335
|
4 anni fa |
Dmitry Panov
|
c357d26fb9
Fixed the use of outer scope 'this' in arrow functions. See #334
|
4 anni fa |
Dmitry Panov
|
bb5631bb91
Support chained template literals. See #334
|
4 anni fa |
Dmitry Panov
|
ce3fee827a
Implemented template literals and \u{xxxx}. Closes #260
|
4 anni fa |
Dmitry Panov
|
6cede2fa03
Fixed dynamic variable resolution in iteration scopes
|
4 anni fa |
Dmitry Panov
|
7efcb634c6
Support conversion from string types to []byte. Fixes #333
|
4 anni fa |
Dmitry Panov
|
6e5fa0950d
Prefer the exported value when doing type conversions to preserve wrapped values. Only use reflect.Convert() if the types' kinds match. Closes #329.
|
4 anni fa |
Dmitry Panov
|
ac5354e9a8
Report 'length' as own property for Go slices. Fixes #328.
|
4 anni fa |
Dmitry Panov
|
e67f3e7fa7
Fixed formatting for go 1.17
|
4 anni fa |
Dmitry Panov
|
994d93d2a4
Use correct createArgsRest variant when arguments are not in stash. Fixes #327
|
4 anni fa |
Dmitry Panov
|
6338b32468
Treat date-only formats as UTC and date-time as local timezone. Added support for additional datetime formats. Fixes #281, fixes #292.
|
4 anni fa |
Dmitry Panov
|
07a7fd9355
Fixed argument variable reference resolution in stashless functions
|
4 anni fa |
Dmitry Panov
|
acd0507c3d
Allow arrow functions to contain 'use strict' for simple parameter lists. Fixes #323.
|
4 anni fa |
Dmitry Panov
|
32956a348b
Arrow function (#319)
|
4 anni fa |
Dmitry Panov
|
c04c643130
Fixed panics in parser on some invalid inputs. Fixes #318.
|
4 anni fa |
Dmitry Panov
|
8253af8f29
Added nil-safety checks for values returned by get*() methods
|
4 anni fa |
Dmitry Panov
|
ad1be0d693
Fixed possible panic when sorting non-standard arrays.
|
4 anni fa |
Dmitry Panov
|
4c062c2b35
Fixed accessor and property key function names. Fixes #314.
|
4 anni fa |
Dmitry Panov
|
a55e4cfac4
More typed arrays fixes
|
4 anni fa |
Dmitry Panov
|
ebe1101e51
Aligned detached buffer semantics with the latest specs. Fixes #315.
|
4 anni fa |
Dmitry Panov
|
b7029a5638
Ensure ToPropertyKey happens earlier when assigning computed keys. Fixes #312.
|
4 anni fa |