The official mirror of the V8 Git repository
-
Updated
Aug 24, 2020 - C++
{{ message }}
The official mirror of the V8 Git repository
Duktape - embeddable Javascript engine with a focus on portability and compact footprint
Ultra-lightweight JavaScript engine for the Internet of Things.
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
The official repo is now at bellard/quickjs.
Hi,
Following code results in parse error;
let a = 5; // 00000000000000000000000000000101
a >>>= 2; // 00000000000000000000000000000001
console.log(a);
// expected output: 1
let b = -5; // -00000000000000000000000000000101
b >>>= 2; // 00111111111111111111111111111110
console.log(b);
// expected output: 1073741822thanks
spidermonkey/get-latest-version.js currently only supports Beta builds, but it should also be possible to download Nightly builds:
Duktape JavaScript engine bindings for Go
JavaScriptCore on WebAssembly
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.
Frequently Asked Node.js Interview Questions and Answers
Would be nice to have a more comprehensive examples/ collection, including logging etc.
Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore library
.NET wrapper for working with the JavaScript engines of Internet Explorer and Edge Legacy (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript and Chakra Sample Hosts.
Embed the Duktape JS interpreter in Python
Escargot is a memory optimized JavaScript engine for mid-range devices such as mobile phone, tablet and TV.
Tiny Powerfull JavaScript Engine On Android Platform integrating with java
A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7
BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
Custom HTML5 game framework suitable for extremely lightweight browser games.
A simple JavaScript interpreter, build for beginner.
C# bindings for Fabrice Bellard's QuickJS Javascript Engine.
a javascript engine. like v8, but much more stupid.
This is an open source project for building Rule/Policy Inference Engine written in Java
Add a description, image, and links to the javascript-engine topic page so that developers can more easily learn about it.
To associate your repository with the javascript-engine topic, visit your repo's landing page and select "manage topics."
Hello,
I run following code in ch 1.11.19(debug),and it will crash by an assertion.
Crash output: