This module implements the __proto__ field given to each special object such as ScriptObject, ScriptFunction,
ScriptArray, and ScriptString, as well as the static methods for Object, Array, Function, and String
Initializes the bindings of builtin types such as Object, Function, String, and Array. This function is not
required because these objects already have their __proto__ set correctly when constructed.
This module implements the __proto__ field given to each special object such as ScriptObject, ScriptFunction, ScriptArray, and ScriptString, as well as the static methods for Object, Array, Function, and String