Replaces four abstractions of the existing Neon API (Scope, Arguments, FunctionCall, and the vm module) with one Vm trait, representing a (context-sensitive) view of the JavaScript virtual machine.
📢 This RFC is going into final comment period! We will plan to merge it within a week if there aren't significant new issues that arise in the next week. 📢
Replaces four abstractions of the existing Neon API (
Scope
,Arguments
,FunctionCall
, and thevm
module) with oneVm
trait, representing a (context-sensitive) view of the JavaScript virtual machine.Rendered
WIP Implementation