415 Commits (2f215da9163ccc15960b2d2b55aeb5a2acd0aa9c)

Author SHA1 Message Date
dependabot[bot] 2f215da916
Bump serde_json from 1.0.62 to 1.0.64 (#1149) 3 years ago
dependabot[bot] c0e7791c49
Bump measureme from 9.0.0 to 9.1.0 (#1139) 3 years ago
João Borges 72313a8da5
Remove unnecessary wraps for non built-in functions (#1126) 3 years ago
dependabot[bot] a9dbbe0c44
Bump serde_json from 1.0.61 to 1.0.62 (#1122) 3 years ago
João Borges a5bc7dda20
Define all property methods of constructors (#1109) 3 years ago
Jevan Chan 9b1264fc7e
Fix parsing floats panics and bugs (#1110) 3 years ago
Jason Williams 8cdc886b74
VM Trace output fixes #1035 (#1048) 3 years ago
Jevan Chan 038acb4989
Refactor StringLiteral (#1084) 3 years ago
dependabot[bot] 2f3b926586
Bump rand from 0.8.2 to 0.8.3 (#1101) 3 years ago
dependabot[bot] f651660fed
Bump serde from 1.0.122 to 1.0.123 (#1099) 3 years ago
dependabot[bot] c9f129fb7b
Bump serde from 1.0.120 to 1.0.122 (#1097) 3 years ago
Jevan Chan db68c125d4
Fix out-of-range panics of Date (#1075) 3 years ago
Jevan Chan 00fc5e22bc
Fix lexing escapes in string literal and minor refactor (#1079) 3 years ago
João Borges d14e102626
Add primitive promotion for method calls on GetField (#1085) 3 years ago
dependabot[bot] af23570e42
Bump serde from 1.0.119 to 1.0.120 (#1089) 3 years ago
jasonwilliams 444a789b3b add version so boa can be published 3 years ago
joshwd36 7b75874df1
Fix panics from multiple borrows of Map. (#1077) 3 years ago
João Borges 5a5061ca4f
Refactor: Change Realm::global_object field from Value to GcObject (#1067) 3 years ago
tofpie 1098b41d09
Fix get/set as short method name in object (#1072) 3 years ago
Vishal Sodani b28f101316
Fixed spelling (#1073) 3 years ago
tofpie 797092c95c
Fix attribute configurable of the length property of arguments (#1071) 3 years ago
Jason Williams 9160b89edf
Changelog v0.11 (#1052) 3 years ago
dependabot[bot] 090816e467
Bump rand from 0.8.1 to 0.8.2 (#1070) 3 years ago
tofpie f62a77d3fa
Implement template literals and tagged templates (#997) 3 years ago
tofpie a7dd470cc2
Add newTarget to construct (#1045) 3 years ago
dependabot[bot] 7dffd44255
Bump serde from 1.0.118 to 1.0.119 (#1061) 3 years ago
Jevan Chan f66a0999e7
Improve Unicode support for identifier names (#1003) 3 years ago
Paul Lancaster e2f9ecd593
Arrow parse (#1051) 3 years ago
Iban Eguia c3ba744e9d
Removed a couple of extra panics (#1050) 3 years ago
Annika c083c85da6
Support overriding the `arguments` variable (#1049) 3 years ago
Iban Eguia 624d03d2a2
Fixed a bunch of test262 panics (#817) (#1046) 3 years ago
54k1 d9916fcc9c
Modify environment binding behaviour of function (#1010) 3 years ago
Annika 89419e202f
VM: Implement variable declaration (var, const, and let) (#1030) 3 years ago
tofpie 1a7e832791
Add receiver parameter to object internal methods (#1042) 3 years ago
Jevan Chan e8bc79c26a
Implement String.prototype.split (#1026) 3 years ago
dependabot[bot] 0e41be1144
Bump rand from 0.8.0 to 0.8.1 (#1039) 3 years ago
Iban Eguia 5e78ff83f5
Fixed some panics (#1029) 3 years ago
Iban Eguia 553ea529f3
Fixed some extra regex panics (#1031) 3 years ago
Jason Williams 98945c8cb3
wrap the regress panic for now (#1027) 3 years ago
Jason Williams 1052ccdd0c
Bytecode Interpreter (new branch) (#860) 3 years ago
tofpie 14ef50ce47
Fix delete when the property is not configurable (#1024) 3 years ago
Annika 90a8587ff5
Don't panic when function parameters share names (#1017) 3 years ago
tofpie e0a135e46a
Fix attributes on properties of functions and constructors (#1023) 3 years ago
tofpie 57d5679a58
Implement for..in (#976) 3 years ago
tofpie a77c879298
Fix spread in new and call expressions (#1021) 3 years ago
tofpie d6a594757f
Implement support of Symbol.toPrimitive (#1020) 3 years ago
tofpie e11abfb3a2
Implement early errors for non-assignable nodes in assignment (#1019) 3 years ago
tofpie 0331f486a6
Implement logical assignment operators (&&= and ||=) (#1018) 3 years ago
Halid Odat 4625c1ac29
Fix `Object.defineProperty()` (#1005) 3 years ago
tofpie 4cede758ed
Implement property accessors (#987) 3 years ago