Skip to content

Commit

Permalink
Debugger opcode metadata for GETPROPC
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Jul 25, 2017
1 parent f4ee81d commit 705f18e
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions debugger/duk_opcodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,26 @@ opcodes:
args:
- ABC_I
- name: UNUSED207
- name: UNUSED208
- name: UNUSED209
- name: UNUSED210
- name: UNUSED211
- name: GETPROPC_RR
args:
- A_R
- B_R
- C_R
- name: GETPROPC_CR
args:
- A_R
- B_C
- C_R
- name: GETPROPC_RC
args:
- A_R
- B_R
- C_C
- name: GETPROPC_CC
args:
- A_R
- B_C
- C_C
- name: UNUSED212
- name: UNUSED213
- name: UNUSED214
Expand Down

0 comments on commit 705f18e

Please sign in to comment.