ClearScript does not implement or modify any script engines. It "wraps" the JScript and VBScript engines included with the OS, and the V8 engine provided by Google. When moving data across the host-script boundary, ClearScript generally doesn't perform any data conversion, but there are exceptions. Strings and numbers, for example, are converted to and from their equivalent .NET types.
↧