pub unsafe extern "C" fn SetScriptPrivate(
script: *mut JSScript,
value: *const Value,
)
Expand description
Set a private value associated with a script. Note that this value is shared by all nested scripts compiled from a single source file.