Samsung / node-jerryscript

JS runtime based on JerryScript
Other
30 stars 19 forks source link

Update polyfill methods #15

Closed rtakacs closed 4 years ago

rtakacs commented 4 years ago

Removed Object.is because JerryScript already has implementation for that. Added guards to the methods to define them only if necessary. Added a more exact implementation for the Array.prototype.includes method.