arai-a / smoosh-sync

Automation to make jsparagus and SpiderMonkey bytecode in sync
2 stars 0 forks source link

/js/src/vm/Opcodes.h has been updated (d5d4dd8a) #365

Open github-actions[bot] opened 4 months ago

github-actions[bot] commented 4 months ago

Files

Changesets

Diffs

/js/src/vm/Opcodes.h

--- 62dc541aa94eb6143c9a1e5b0f873bb2f9ab7004/js/src/vm/Opcodes.h
+++ d5d4dd8af6a047ac4955b55e3871f045382b926d/js/src/vm/Opcodes.h
@@ -3386,17 +3386,17 @@
      *   Operands:
      *   Stack: =>
      */ \
     MACRO(LeaveWith, leave_with, NULL, 1, 0, 0, JOF_BYTE) \
     /*
      * Append the object on the stack as a disposable to be disposed on
      * to the current lexical environment object.
      *
-     * Implements: [AddDisposableResource ( disposeCapability, V, hint [ , method ] )][1], step 3
+     * Implements: [AddDisposableResource ( disposeCapability, V, hint [ , method ] )][1], step 1, 3-4.
      *
      * [1] https://arai-a.github.io/ecma262-compare/?pr=3000&id=sec-adddisposableresource
      *
      *   Category: Variables and scopes
      *   Type: Entering and leaving environments
      *   Operands:
      *   Stack: v => v
      */ \