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
394 B
12 lines
394 B
define: DUK_USE_BUILTIN_INITJS
|
|
introduced: 1.0.0
|
|
removed: 2.0.0
|
|
default: true
|
|
tags:
|
|
- ecmascript
|
|
description: >
|
|
Use built-in .js init code when creating a new global context.
|
|
The .js init code (duk_initjs.js) provides some initialization
|
|
code that's nicer to implement in Ecmascript, and is also used
|
|
to provide some backwards compatibility bindings which are easy
|
|
to remove later.
|
|
|