altmp / altv-client-js

Official clientside JavaScript runtime for alt:V
6 stars 7 forks source link

Fix crash when pushing invalid args to natives and adds support for bigint's for native calls #45

Closed FabianTerhorst closed 3 years ago

vadzz-dev commented 3 years ago

v8 also has UIn32 subtype and so v8::Integer can be v8::Int32 or v8::UInt32. Tho ->IsInt32() only checks for Int32 i'd consider using ->IsInteger instead