SCRIPTPROP_INTEGERMODE 0x00003000 Forces the scripting engine to divide in integer mode instead of floating point modeSCRIPTPROP_STRINGCOMPAREINSTANCE 0x00003001 Allows the string compare function of
SCRIPTPROP_INTEGERMODE is a property that forces the scripting engine to use integer mode instead of floating point mode.
SCRIPTPROP_STRINGCOMPAREINSTANCE is a property that allows the string compare function of the scripting engine to be replaced.
SCRIPTPROP_ABBREVIATE_GLOBALNAME_RESOLUTION is a property that informs the scripting engine that no other scripting engines exist to contribute to the global object.
SCRIPTPROP_INVOKEVERSIONING is a property that forces the JavaScript scripting engine to select a set of language features to be supported. The default set of language features supported by the JavaScript scripting engine is equivalent to the language feature set that appeared in version 5.7 of the JavaScript scripting engine
原文地址: https://www.cveoy.top/t/topic/chz2 著作权归作者所有。请勿转载和采集!