-
Updated
Aug 24, 2020 - C++
#
javascript-engine
Here are 51 public repositories matching this topic...
The official mirror of the V8 Git repository
Duktape - embeddable Javascript engine with a focus on portability and compact footprint
-
Updated
Aug 26, 2020 - JavaScript
Ultra-lightweight JavaScript engine for the Internet of Things.
-
Updated
Sep 3, 2020 - C
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
javascript
c
vm
js
compiler
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
zh
es2020
quickjs
-
Updated
Jul 9, 2020 - C
Unpacked tarball of Fabrice Bellard's QuickJS Javascript engine
javascript
c
vm
interpreter
js
compiler
runtime
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
es2020
quickjs
-
Updated
Aug 2, 2020 - C
elasmojs
commented
Aug 9, 2020
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: 1073741822
thanks
anba
commented
Aug 12, 2019
spidermonkey/get-latest-version.js currently only supports Beta builds, but it should also be possible to download Nightly builds:
- Nightly binaries are available at https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/.
- The build-id can either be retrieved by scraping <htt
Duktape JavaScript engine bindings for Go
-
Updated
Jun 19, 2020 - Go
JavaScriptCore on WebAssembly
-
Updated
May 20, 2020 - C++
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.
nodejs
javascript
v8
dotnet
ecmascript
jint
adapters
javascript-engine
msie
jurassic
chakracore
vroomjs
microsoft-clearscript
nil-js
jering-javascript-nodejs
-
Updated
Aug 19, 2020 - C#
theduke
commented
May 27, 2020
Would be nice to have a more comprehensive examples/
collection, including logging etc.
Frequently Asked Node.js Interview Questions and Answers
nodejs
asynchronous
event-driven-programming
javascript-engine
non-blocking
callback-functions
v8-engine
callback-hell
nodejs-interview-questions
event-demultiplexer
event-loop-iterates
-
Updated
Jul 26, 2020 - JavaScript
Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore library
-
Updated
Aug 12, 2020 - Pascal
.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.
-
Updated
Mar 8, 2020 - C#
Embed the Duktape JS interpreter in Python
-
Updated
Jan 24, 2019 - Python
Escargot is a memory optimized JavaScript engine for mid-range devices such as mobile phone, tablet and TV.
-
Updated
Sep 3, 2020 - C++
Tiny Powerfull JavaScript Engine On Android Platform integrating with java
-
Updated
Aug 14, 2019 - C
-
Updated
May 28, 2020 - Rust
A fork of Oracle's EcmaScript 5.1 engine Nashorn, compatible with Java 7
-
Updated
Jun 28, 2018 - Java
BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
-
Updated
Jun 28, 2020 - C#
A simple JavaScript interpreter, build for beginner.
nodejs
javascript
interpreter
compiler
runtime
javascript-interpreter
javascript-engine
toy-project
js-interpreter
-
Updated
May 7, 2020 - C++
a javascript engine. like v8, but much more stupid.
-
Updated
Dec 2, 2018 - Go
C# bindings for Fabrice Bellard's QuickJS Javascript Engine.
-
Updated
Jul 17, 2020 - C#
This is an open source project for building Rule/Policy Inference Engine written in Java
javascript
java
database
spring-boot
rule-engine
gradle
reactjs
postgresql
nadia
javascript-engine
knowledge-base
rule-parser
knowledge-management
java-engine
expert-system
knowledge-sharing
knowledge-based-systems
policy-engine
inference-engine
inference-rules
-
Updated
Jul 29, 2020 - JavaScript
react
redux
nodejs
javascript
testing
debugging
package-manager
collection
frontend
backend
reactjs
engine
history
resources
closure
garbage-collection
interview-questions
javascript-engine
-
Updated
May 29, 2018
polyfill
harmony
js
es6
es6-javascript
ponyfill
javascript-engine
implementation
es5
es6-promises
equivalent
es6-polyfill
es6-promise
es6-map
es6-weakmap
es6-set
es6-weakset
es6-classes
es6-symbol
es6-harmony
-
Updated
Feb 18, 2018 - JavaScript
Improve this page
Add a description, image, and links to the javascript-engine topic page so that developers can more easily learn about it.
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."
When the
obj
isthis
and the methodObject.prototype.hasOwnProperty
has no arguments, other engines like V8, spiderMonkey, and javascriptCore pass a default value and get an output with a value oftrue
, while chakraCore gets afalse
. Is this an issue about the default parameter?version
command