This patch enables to transfer the ownership of ArrayBuffer to v8
when deserializing the messages, which has type of TypedArray.
This will avoid double-free when the v8 executes gc.
Coverage remained the same at 84.399% when pulling 93d9fc8ac6c40116bd86719fd722df71a5fa98ed on minggangw:fix-issue-673 into 9dd9b8b029d46cd2e149ce4a685ecd03e2a11326 on RobotWebTools:develop.
This patch enables to transfer the ownership of ArrayBuffer to v8 when deserializing the messages, which has type of TypedArray. This will avoid double-free when the v8 executes gc.
Fix #673