Expand description
Data and APIs for supporting both Script and Script_Extensions property values in an efficient structure.
Structs§
- Script
Extensions Set - A struct that wraps a
Script
array, such as in the return value forget_script_extensions_val()
. - Script
With Extensions - A wrapper around script extensions data. Can be obtained via
load_script_with_extensions_unstable()
and related getters. - Script
With Extensions Borrowed - A borrowed wrapper around script extension data, returned by
ScriptWithExtensions::as_borrowed()
. More efficient to query.
Functions§
- load_
script_ with_ extensions_ unstable - A version of
script_with_extensions
that uses custom data provided by aDataProvider
. - load_
script_ with_ extensions_ with_ any_ provider - A version of
script_with_extensions
that uses custom data provided by anAnyProvider
. - script_
with_ extensions - Returns a
ScriptWithExtensionsBorrowed
struct that represents the data for the Script and Script_Extensions properties.