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.
13 lines
352 B
13 lines
352 B
define: DUK_USE_TAILCALL
|
|
introduced: 1.0.0
|
|
conflicts:
|
|
- DUK_USE_NONSTD_FUNC_CALLER_PROPERTY
|
|
default: true
|
|
tags:
|
|
- ecmascript
|
|
description: >
|
|
Enable tail call support (recommended).
|
|
|
|
The non-standard function 'caller' property feature conflicts with
|
|
tailcalls quite severely so tailcalls must be disabled if the 'caller'
|
|
property is enabled.
|
|
|