Sami Vaarala
9e7d00328c
Config changes for DUK_USE_DEBUG_LEVEL
9 years ago
Sami Vaarala
e5f19202f7
Config low memory example trivia fix
9 years ago
Sami Vaarala
030f317f99
Config option changes for print/alert removal
9 years ago
Sami Vaarala
a0989494db
Fix config metadata for debugger command rename
9 years ago
Sami Vaarala
aefc6ba398
Add DUK_USE_IDCHAR_FASTPATH option
9 years ago
Sami Vaarala
77366f3e19
Config option changes for dropping clen16
9 years ago
Sami Vaarala
83acb36456
Config option DUK_USE_DEBUGGER_INSPECT
9 years ago
Sami Vaarala
c7f1148002
Rename regexp literal curly option config meta
9 years ago
Sami Vaarala
a01ca74055
Config options for ROM string/object support
9 years ago
Sami Vaarala
22673f0297
Cleanup DUK_USE_NONSTD_REGEXP_BRACES config meta
* Fix config option version (introduced in 1.5.0)
* Minor wording changes
* Add config example for compliance options
* Add a 'compliance' config option category for future use
9 years ago
Sami Vaarala
c66fe7b2e4
RegExp canon workaround config option
9 years ago
Sami Vaarala
03a77e2051
Config options for hex enc/dec fastpath
9 years ago
Sami Vaarala
52cb9e2961
Config option for base64 fast path
9 years ago
Sami Vaarala
293b36e1b2
Config option changes for paranoid errors
9 years ago
Sami Vaarala
49177c7151
Add config options for string hash changes
- Add DUK_USE_STRHASH_SKIP_SHIFT option for the "fast" skipping hash.
- Add DUK_USE_STRHASH_DENSE option (default false) to revert back to
the Duktape 1.3.0 string hash algorithm.
9 years ago
Sami Vaarala
f9bf05aa4f
Config options for prop error base/key summary
- Add DUK_USE_VERBOSE_PROP_ERRORS config option
- Add placeholder security sensitive config example
- Low memory config option update
9 years ago
Sami Vaarala
7397c0c320
Prefer size by default, valstack policy config opt
- Make DUK_USE_PREFER_SIZE false by default
- DUK_USE_VALSTACK_GARBAGE temporary config option
(will be removed later)
9 years ago
Sami Vaarala
84bf7edfc8
Add duk_uidx_t type to config headers
Also: suggest DUK_USE_VALSTACK_UNSAFE for low memory.
Helps with code footprint.
9 years ago
Sami Vaarala
9bde055868
Config option updates
- Add DUK_USE_EXEC_FUN_LOCAL config option
- Performance sensitive example updates
- Config example typo in option name
9 years ago
Sami Vaarala
72c51ada7c
Config metadata for debugger throw, pause uncaught
Also add config example for debugger support with pause uncaught enabled.
9 years ago
Sami Vaarala
a4523d391d
Config metadata improvements
9 years ago
Sami Vaarala
28090933e7
Config option for bufferobject support
9 years ago
Sami Vaarala
478935ce54
No refcount to low memory example config
Commented out because it's probably not the best starting point unless
there's no alternative.
9 years ago
Sami Vaarala
04ed1d4fee
Config metadata changes for rec limit options
9 years ago
Sami Vaarala
2481c34e2f
Add an examples directory to config
Also add examples for:
- Low memory
- Performance sensitive
- Timing sensitive
- Enable fastint
- Disable ES6
- Debug print levels
9 years ago