codegen.c: generate `OP_SETIDX`; close #5608
Note that the current implantation only calls `[]=` method. No performance improvement. Just 2 bytes less byte code per assignment.
Showing
Please register or sign in to comment
Note that the current implantation only calls `[]=` method. No performance improvement. Just 2 bytes less byte code per assignment.