940 Commits (8cdc886b74709ae74e3f1c0aa1c910629f915880)
 

Author SHA1 Message Date
Iban Eguia ba84f526de
Added syntax highlighting for numbers, identifiers and template literals (#1047) 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] 8140b9346d
Bump serde_yaml from 0.8.14 to 0.8.15 (#1043) 3 years ago
dependabot[bot] 0e41be1144
Bump rand from 0.8.0 to 0.8.1 (#1039) 3 years ago
dependabot[bot] ceca316ca5
Bump getrandom from 0.2.0 to 0.2.1 (#1037) 3 years ago
dependabot[bot] 34f3221ea8
Bump html-webpack-plugin from 4.5.0 to 4.5.1 (#1036) 3 years ago
Jason Williams ce78947fce
update launch.json (#1034) 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
Iban Eguia 9e9bf6531a
Upgraded dependencies, removed deprecated deps, updated the test262 submodule (#1022) 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
tofpie 4fb319dec6
Fix test suite name when it contains a dot (#985) 3 years ago
dependabot[bot] 3b83767e58
Bump webpack-cli from 4.3.0 to 4.3.1 (#1016) 3 years ago
Halid Odat 4625c1ac29
Fix `Object.defineProperty()` (#1005) 3 years ago
tofpie 4cede758ed
Implement property accessors (#987) 3 years ago
Annika aac39cdd4b
Fix Clippy erorrs (#1015) 3 years ago
Halid Odat 724930dd8e
Fix `Object.prototype.hasOwnProperty()` (#1004) 3 years ago
Annika fd5c606a7b
StatementList: Rename `statements` to `items` (#1014) 3 years ago
tofpie 23bc476a94
Implement coalescing (?? and ??=) (#1013) 3 years ago
dependabot[bot] aa951264bc
Bump webpack from 5.11.0 to 5.11.1 (#1006) 3 years ago
dependabot[bot] a068ef2a8a
Bump webpack-dev-server from 3.11.0 to 3.11.1 (#1011) 3 years ago
dependabot[bot] 67ee6faa58
Bump git2 from 0.13.14 to 0.13.15 (#1008) 3 years ago
dependabot[bot] a44e5c5403
Bump serde_json from 1.0.60 to 1.0.61 (#1007) 3 years ago
tofpie 6f3641d593
Add numeric separator lexing (#995) 3 years ago
dependabot[bot] cb0582399a
Bump webpack-cli from 4.2.0 to 4.3.0 (#1002) 3 years ago
tofpie 880f6521d6
Fix comparison with infinity (#1001) 3 years ago
54k1 7b103a5c0b
Error handling in environment (#659) 3 years ago
tofpie f34e0b58e8
Fix logical expressions evaluation (#999) 3 years ago
dependabot[bot] 015c11e47f
Bump git2 from 0.13.13 to 0.13.14 (#993) 3 years ago
dependabot[bot] 0ff3be9ba6
Bump rand from 0.7.3 to 0.8.0 (#990) 3 years ago
tofpie b2dba535a6
Implement Object.prototype.isPrototypeOf (#983) 3 years ago
dependabot[bot] 23f0b75fcf
Update rand requirement from 0.7.3 to 0.8.0 in /boa (#992) 3 years ago
dependabot[bot] 22f8c5d0ce
Bump git2 from 0.13.12 to 0.13.13 (#991) 3 years ago
tofpie 395a28c2ab
Fix prototypes for Number, String and Boolean (#981) 3 years ago
Jevan Chan 880792e422
Read file input in bytes instead of string (#979) 4 years ago
tofpie d46080d9ef
Fix enumerable attribute on string length property (#974) 4 years ago
tofpie b5cf0f0a29
Fix enumerable attribute on array length property (#972) 4 years ago
dependabot[bot] c49f2258b2
Bump webpack from 5.10.3 to 5.11.0 (#978) 4 years ago