diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-15 10:38:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-15 10:38:58 +0800 |
commit | 1ba8eec18915f479a6a4e55bcc9c3a3d6a9721ce (patch) | |
tree | f9cd224d369211625dff64e704d113a63ebaa104 /locale/en-US | |
parent | 69d4e69c9d84a8a20a2eedf3bc0538ea2e3d019c (diff) | |
download | lua-language-server-1ba8eec18915f479a6a4e55bcc9c3a3d6a9721ce.zip |
debug.setcstacklimit 已废弃
Diffstat (limited to 'locale/en-US')
-rw-r--r-- | locale/en-US/libs/@lua/debug.lni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en-US/libs/@lua/debug.lni b/locale/en-US/libs/@lua/debug.lni index 97ecd97d..f3272c7f 100644 --- a/locale/en-US/libs/@lua/debug.lni +++ b/locale/en-US/libs/@lua/debug.lni @@ -96,6 +96,8 @@ to the userdata `u` plus a boolean, [setcstacklimit] description = [[ +### **Deprecated in `Lua 5.4.2`** + Sets a new limit for the C stack. This limit controls how deeply nested calls can go in Lua, with the intent of avoiding a stack overflow. In case of success, this function returns the old limit. In case of error, it returns `false`. |