635 Commits (16738711164cd31d3fe0e15826b1b3e06413651e)
 

Author SHA1 Message Date
HalidOdat cf253054d9
Fix string prototype `trim` methods (#583) 4 years ago
HalidOdat 5d4d8fe794
Refactor Property Descriptor flags (#553) 4 years ago
HalidOdat d8eb7caefd
Extracted `__proto__` from internal slots (#580) 4 years ago
HalidOdat 08a608a821
Spec Compliant `Number.prototype.toString()`, better `Number` object formating and `-0` (#572) 4 years ago
joshwd36 1c1132d8e1
Initial implementation of Map() (#550) 4 years ago
dependabot[bot] 11e85ebc08
Bump lodash from 4.17.15 to 4.17.19 (#573) 4 years ago
Richard e49be361fa
Use correct exponential representation for rational values (#493) 4 years ago
benjaminflin 3e2e56641e
Implement Array.prototype.reduce (#555) 4 years ago
joshwd36 690b194b43
Add missing Number methods. (#562) 4 years ago
joshwd36 df80ee005b
Ensure tests test error type (#563) 4 years ago
joshwd36 ffe8b5f337
Throw a type error when a non-object is called (#561) 4 years ago
Iban Eguia 6a721f94ca
Added benchmarks for full program execution (#560) 4 years ago
Iban Eguia 8b3d52b5f2
Added benchmark for goal symbol switching (#556) 4 years ago
Iban Eguia 84db01ee09
Improved the description of the issue templates (#554) 4 years ago
Iovoslav Iovchev a933ae8ef3
rustyline for the cli (#492) 4 years ago
croraf 0fe591b5c5
[builtins - object] Object.create (#543) 4 years ago
HalidOdat 1e82e7c95a
Merged `create` into `init` for builtins (#547) 4 years ago
HalidOdat ca0eaeadb2
Removed `console`s dependency of `InternalState` (#544) 4 years ago
HalidOdat 5f7ec62306
Made all `Math` methods spec compliant (#541) 4 years ago
croraf 641dce1357
Refactor exec/expression into exec/call and exec/new (#529) 4 years ago
HalidOdat fcb4b8b1f1
Cleanup and added test for `String.prototype.concat` (#538) 4 years ago
HalidOdat 070b78c357
Feature `SyntaxError` (#536) 4 years ago
HalidOdat 357c7d07f7
Fix all `Value` operations and add unsigned shift right (#520) 4 years ago
n14little f957eacbae
fix json.stringify symbol handling (#535) 4 years ago
Te-jé Rodgers d9ef1fb426
add remaining math methods (#524) (#525) 4 years ago
jasonwilliams 73f65f7800 0.9.0 4 years ago
Jason Williams 29d159739f
Update CHANGELOG.md 4 years ago
Jason Williams 8be0cb55f0
Update CHANGELOG.md 4 years ago
Jason Williams 109efcb3df
v0.9 changelog (#528) 4 years ago
Iban Eguia 477d408c10
Upgraded dependencies before the 0.9 release (#537) 4 years ago
Jason Williams 8b40e9eec2
updating docs to add summarize (#527) 4 years ago
Jason Williams c4a652a517
Fix sending `this` value to function environments (#526) 4 years ago
n14little 3fe894273c
clean up the rest of the math methods (#523) 4 years ago
Ryan Fickenscher 24418e7520
TypeError when to_object is passed null or undefined (#518) 4 years ago
HalidOdat 8f8498eac1
`Value` refactor (#498) 4 years ago
n14little 69f48862ea
update pass through math methods (#519) 4 years ago
HalidOdat 1ac5f205eb
Added arithmetic operation benchmark (#516) 4 years ago
Tyler Morten 1ffeb5cbe1
Implement Object.is() method issue #513 (#515) 4 years ago
n14little 299a431efe
JSON.stringify(undefined) should return undefined (#512) 4 years ago
HalidOdat a7cffe3c7c
Fixed function call with unspecified arguments (#506) 4 years ago
n14little 8b431a4a19
434 json parse enumerability (#504) 4 years ago
croraf c19ef724e3
Added undefined property to global scope (#501) 4 years ago
HalidOdat e674da46e7
Fixed global objects initialization order (#502) 4 years ago
croraf 4ae939ac52
[ReferenceError] complete solution (#488) 4 years ago
neeldug b43e92afa5
Added error propagation in Field access (#500) 4 years ago
Anirudh Konduru 64fca0c162
add Infinity gloabal property (#480) (#499) 4 years ago
HalidOdat df13272fc0
Object specialization (#419) 4 years ago
HalidOdat 0d52a40c53
Added `String`, `Boolean` and `Number` object benchmarks (#494) 4 years ago
Ryan Fickenscher 474252324e
Added `globalThis` property (#495) 4 years ago
Iban Eguia d2939fffe3
Added string benchmarks, and updated dependencies (#491) 4 years ago