mceSystems / node-jsc

A node.js port to the JavaScriptCore engine and iOS
Other
221 stars 16 forks source link

Implement initial Isolate::EnqueueMicrotask support #12

Closed Constellation closed 5 years ago

Constellation commented 5 years ago

This patch implements v8::Isolate::EnqueueMicrotask, which puts a microtask into the JSC's microtask queue.

MCE-KobyBo commented 5 years ago

That's great :)