137 Commits (efff9d62694adaf1e7815c0e180e350e9ae85713)

Author SHA1 Message Date
Halid Odat 17a6c8661e Fix `BigInt` and `Number` comparison (#1887) 3 years ago
raskad 23711a638b Refresh vm docs and fix bytecode trace output (#1921) 3 years ago
Nikodem Rabuliński 9eb6a78abc Implement Array.from (#1831) 3 years ago
raskad 0027f26d21 Use function name from identifiers in assignment expressions (#1908) 3 years ago
raskad a44be7073b Fix postfix increment and decrement return values (#1913) 3 years ago
Addison Crump 92dbba6c5d Prevent breaks without loop or switch from causing panics (#1860) 3 years ago
Jason Williams 44b5617d8d Added boa examples (#1161) 3 years ago
raskad 6ff36fb2a3 Implement destructing assignments for assignment expressions (#1895) 3 years ago
jedel1043 9f9e36c910 Fix try/catch/finally related bugs and add tests (#1901) 3 years ago
jedel1043 2a6ea9dad6 Deny const declarations without initializer inside for loops (#1903) 3 years ago
Addison Crump cc755db485 Continue panic fixes (#1896) 3 years ago
Addison Crump 7fa37b50bc Fix unreachable panics in compile_access (#1861) 3 years ago
jedel1043 3b53fec412 Extract `Intrinsics` struct from `Context` and cleanup names (#1890) 3 years ago
Halid Odat 9c2b1114c4 Implement `Number.parseInt` and `Number.parseFloat` (#1894) 3 years ago
dependabot[bot] 60b74e1f51 Bump once_cell from 1.9.0 to 1.10.0 (#1893) 3 years ago
Halid Odat 4c3058b6bf Implement `AggregateError` (#1888) 3 years ago
Halid Odat a9a82a7381 Make iterator spec complaint (#1889) 3 years ago
jedel1043 00a19005e4 Remove `toInteger` and document the `string` builtin (#1884) 3 years ago
Halid Odat fd889fd5d0 Fix `PropertyKey` to `JsValue` conversion (#1886) 3 years ago
Halid Odat 7248ed1005 Make `StringToNumber` spec compliant (#1881) 3 years ago
Halid Odat 3c59905a1b `%NativeError%.[[prototype]]` should be `Error` constructor (#1883) 3 years ago
raskad 408e49e460 Cleanup vm stack on function return (#1880) 3 years ago
Halid Odat 6e3f93e632 Fix `Number.prototype.toString` when passing `undefined` as radix (#1877) 3 years ago
Halid Odat 3fe7d09096 Make `Error` and `%NativeError%` spec compliant (#1879) 3 years ago
Halid Odat 4292c193fa Implement `Object.prototype.toLocaleString()` (#1875) 3 years ago
Halid Odat 73bcd42640 Make `Object.getOwnPropertyDescriptors` spec compliant (#1876) 3 years ago
Iban Eguia ec78e184f3 Removed reference counted pointers from `JsValue` variants (#1866) 3 years ago
Iban Eguia 1887b6aebb Removing the panic in favour of an error result (#1874) 3 years ago
Halid Odat ada4ca895f Feature arrays with empty elements (#1870) 3 years ago
Halid Odat 6b2ca30946 Fix equality between objects and `undefined` or `null` (#1872) 3 years ago
raskad 60e2294706 Implement generator execution (#1790) 3 years ago
Halid Odat b5678f0b0c Removing internal deprecated functions (#1854) 3 years ago
João Borges 6093a66899 Refactorings for Rust 1.59 (#1867) 3 years ago
Halid Odat 9dda8d3eae Toggleable `JsValue` internals displaying (#1865) 3 years ago
Addison Crump 2c19c6a4b5 Correct pop_on_return behaviour (#1853) 3 years ago
Iban Eguia 8c92a8fa25 Added conversions from and to serde_json's Value type (#1851) 3 years ago
Iban Eguia 4d2772d6a0
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago