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.
11 lines
428 B
11 lines
428 B
9 years ago
|
define: DUK_OPT_NO_FILE_IO
|
||
|
introduced: 1.0.0
|
||
|
tags:
|
||
|
- portability
|
||
|
description: >
|
||
|
Disable use of ANSI C file I/O which might be a portability issue on some
|
||
|
platforms. Causes duk_eval_file() to throw an error, makes built-in
|
||
|
print() and alert() no-ops, and suppresses writing of a panic
|
||
|
message to stderr on panic. This option does not suppress debug
|
||
|
printing so don't enable debug printing if you wish to avoid I/O.
|