&ini.descriptions.title;
v8js.max_disposed_contextsinteger
Sets limit for disposed contexts before forcing V8 to do garbage
collection.
v8js.flagsstring
Sets V8 command line flags. The list of available flags can be
obtained in CLI mode by setting this parameter to
--help. Example:
For these flags to be effective in runtime the ini_set() call has
to be done before any V8Js objects are instantiated!