[tizen] Fix issue with regular arrays in Bundle. 00/209900/4
authorMichal Michalski <m.michalski2@partner.samsung.com>
Mon, 15 Jul 2019 10:01:08 +0000 (12:01 +0200)
committerMichal Michalski <m.michalski2@partner.samsung.com>
Mon, 15 Jul 2019 10:01:08 +0000 (12:01 +0200)
commitf5f097402dd0300d82d1455083f4d4686c07b0e1
treeba27f2c9e1809fc932f4f480e5e3fbecac5193c8
parentcdf5d71ea652af3a13facda1f398a939a7aabce4
[tizen] Fix issue with regular arrays in Bundle.

Bundle now stored byte streams as Uint8Arrays and converts regular arrays with
octet values to Uint8Arrays in Bundle::set() method.

toString() method now prints Uint8Arrays in the same way as regular arrays
using "[1,2,3]" format, instead of the "{0: 0, 1: 1, 2: 2}" format which is the
default behavior of toString() method on typed arrays.

[Verification] Modified tests passed.

Signed-off-by: Michal Michalski <m.michalski2@partner.samsung.com>
Change-Id: I9eeca40d9760413c81888f4980146c8025d227d2
src/tizen/tizen_api.js