Expand description
Data and APIs for supporting Script_Extensions property values in an efficient structure.
Structsยง
- Script
Extensions Set - A struct that wraps a
Scriptarray, such as in the return value forget_script_extensions_val(). - Script
With Extensions - A struct that represents the data for the Script and Script_Extensions properties.
- Script
With Extensions Borrowed - A borrowed wrapper around script extension data, returned by
ScriptWithExtensions::as_borrowed(). More efficient to query.
Constantsยง
- SCRIPT_
VAL_ ๐LENGTH - The number of bits at the low-end of a
ScriptWithExtvalue used for storing theScriptvalue (orextensionsindex). - SCRIPT_
X_ ๐SCRIPT_ VAL - The bit mask necessary to retrieve the
Scriptvalue (orextensionsindex) from aScriptWithExtvalue.