initializeTypesLibrary

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. Documentation for all these classes' methods can be found at https://pillager86.github.io/dmildew/

void
initializeTypesLibrary

Parameters

interpreter Interpreter

The Interpreter instance to load the constructor-namespaces into.

Meta