Browse Source

Merge pull request #1572 from svaarala/fix-newtarget-opcode-metadata

Fix NEWTARGET opcode metadata
pull/1579/head
Sami Vaarala 7 years ago
committed by GitHub
parent
commit
fff6ee1e3c
  1. 2
      RELEASES.rst
  2. 1
      debugger/duk_opcodes.yaml

2
RELEASES.rst

@ -2877,7 +2877,7 @@ Planned
* Add minimal new.target support, evaluates to undefined for non-constructor
calls and final non-bound constructor function in constructor calls;
explicit newTarget not yet supported and handling of new.target in eval()
code is not yet fully correct (GH-1544)
code is not yet fully correct (GH-1544, GH-1572)
* Add an internal type for representing Proxy instances (duk_hproxy) to
simplify Proxy operations and improve performance (GH-1500, GH-1136)

1
debugger/duk_opcodes.yaml

@ -928,6 +928,7 @@ opcodes:
args:
- ABC_I
- name: NEWTARGET
args:
- BC_R
- name: UNUSED195
- name: UNUSED196

Loading…
Cancel
Save