Skip to content

Fixed creation pointer information in Pas2Js.

When compile a Pas2JS project, and the type is a pointer, the RTTI info about this type is created with the "$inherited" function, but the correct implementation is with "$Pointer" function inside the rtti.js.

Edited by Henrique Gottardi Werlang

Merge request reports