diff options
author | Mike Pall <mike> | 2016-07-17 16:23:49 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2016-07-17 16:23:49 +0200 |
commit | 92d9ff211ae864777a8580b5a7326d5f408161ce (patch) | |
tree | 894941850627260d7c54c86f406c54b1b370f415 /doc | |
parent | 7374046299678889202459f6c26fa78b3118eae9 (diff) | |
download | luajit-92d9ff211ae864777a8580b5a7326d5f408161ce.tar.gz luajit-92d9ff211ae864777a8580b5a7326d5f408161ce.tar.bz2 luajit-92d9ff211ae864777a8580b5a7326d5f408161ce.zip |
Set arg table before evaluating LUA_INIT and -e chunks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/extensions.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extensions.html b/doc/extensions.html index 368b527c..9d666293 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -349,6 +349,7 @@ break the Lua/C API and ABI (e.g. <tt>_ENV</tt>). | |||
349 | LuaJIT supports some extensions from Lua 5.3: | 349 | LuaJIT supports some extensions from Lua 5.3: |
350 | <ul> | 350 | <ul> |
351 | <li>Unicode escape <tt>'\u{XX...}'</tt> embeds the UTF-8 encoding in string literals.</li> | 351 | <li>Unicode escape <tt>'\u{XX...}'</tt> embeds the UTF-8 encoding in string literals.</li> |
352 | <li>The argument table <tt>arg</tt> can be read (and modified) by <tt>LUA_INIT</tt> and <tt>-e</tt> chunks.</li> | ||
352 | </ul> | 353 | </ul> |
353 | 354 | ||
354 | <h2 id="exceptions">C++ Exception Interoperability</h2> | 355 | <h2 id="exceptions">C++ Exception Interoperability</h2> |