You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
366 B

define: DUK_USE_NONSTD_SETTER_KEY_ARGUMENT
introduced: 1.0.0
default: true
tags:
- ecmascript
- compliance
description: >
Give setter calls the accessed property name as an additional non-standard
argument. This allows a single setter function to be reused for multiple
properties more easily. See
http://duktape.org/guide.html#propertyvirtualization.