mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
8 years ago
3 changed files with 14 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
define: DUK_USE_ES7_EXP_OPERATOR |
|||
introduced: 2.0.0 |
|||
default: true |
|||
tags: |
|||
- ecmascript |
|||
- ecmascript7 |
|||
description: > |
|||
Support the ES7 exponentation operator (** and **=). This is optional |
|||
because the operator pulls in pow() which may have a significant footprint |
|||
impact on bare metal platforms. |
Loading…
Reference in new issue