This PR converts the ArrayBuffer and adjacent classes to using LambdaConstructor.
I haven't added any new functionality, just a basic conversion from IdScriptable to using lambdas. Hopefully will get to adding more correct functionality in the future...
This should fix these inside #963 :
TypedArray.buffer/byteLength/byteOffset
DataView.buffer/byteLength/byteOffset
ArrayBuffer.byteLength
as they should all be accessor properties now.
This PR converts the ArrayBuffer and adjacent classes to using LambdaConstructor.
I haven't added any new functionality, just a basic conversion from IdScriptable to using lambdas. Hopefully will get to adding more correct functionality in the future...
This should fix these inside #963 :