tc39 / proposal-explicit-resource-management

ECMAScript Explicit Resource Management

Home Page:https://arai-a.github.io/ecma262-compare/?pr=3000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`NewModuleEnvironment` AO missing call to `NewDisposeCapability()`

rbuckton opened this issue · comments

A Module Environment Record inherits from a Declarative Environment Record, and thus has a [[DisposeCapability]] field that should be initialized in NewModuleEnvironment(), but this is currently missing from the proposal specification text.