mirror of https://github.com/svaarala/duktape.git
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.
12 lines
420 B
12 lines
420 B
define: DUK_USE_NONSTD_SETTER_KEY_ARGUMENT
|
|
feature_enables: DUK_OPT_NONSTD_ACCESSOR_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.
|
|
|