"src/vscode:/vscode.git/clone" did not exist on "9424fe4580abdebd0329d1915601591aec33031c"
Protect globals of evals scripts.
Use the new `lua_enablereadonlytable` Lua API to protect the global tables of evals scripts. The implemetation is easy, we simply call `lua_enablereadonlytable` on the global table to turn it into a readonly table.
Please register or sign in to comment