Skip to content
#

javascript-engine

Here are 51 public repositories matching this topic...

NWU-NISL
NWU-NISL commented Oct 8, 2020

When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.

version

chakra-1_11_22

**co

boa
jasonwilliams
jasonwilliams commented Jan 10, 2021

Our benchmarks page lives here:
https://boa-dev.github.io/boa/dev/bench/

Its quite useful for reporting how Boa is doing over time, however I can put snippets into release notes because of the white background. It would be nice to have a dark mode toggle on this page which matches the colour of https://boa-dev.github.io/

Benchmark page code lives here:
https://github.com/boa-dev/boa/blob/g

JavaScriptEngineSwitcher

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (ChakraCore, Jering.Javascript.NodeJS, Jint, Jurassic, MSIE JavaScript Engine for .NET, NiL.JS, Microsoft ClearScript.V8 and VroomJs). This library allows you to quickly and easily switch to using of another JavaScript engine.

  • Updated Jan 22, 2021
  • C#

Improve this page

Add a description, image, and links to the javascript-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-engine topic, visit your repo's landing page and select "manage topics."

Learn more