[Utils] Type, Converter and Validator tools added.
authorRafal Galka <r.galka@samsung.com>
Wed, 10 Dec 2014 12:40:54 +0000 (13:40 +0100)
committerRafal Galka <r.galka@samsung.com>
Wed, 10 Dec 2014 12:40:54 +0000 (13:40 +0100)
commit0d6e58d3c64c494546f4d552e204b4d7e69831fc
treef742e44a0d4392b8c86068cc5fad3444ca87852a
parente2ae0c288a51fb1f60a02abc58f13371923da634
[Utils] Type, Converter and Validator tools added.

[Message] New common functions to standardize JavaScript code:
- xwalk.utils.type.* - set of helpers to test JS data types
- xwalk.utils.converter.* - set of helpers to convert between
  JS types with conformity to type conversion table used
  in Tizen WebAPI
- xwalk.utils.validator.* - common argument and constructor call
  validation - deprecates xwalk.utils.validateArguments

Change-Id: I55f9f33f36add0a2b2fe2aa55eb9e9bad1ba9b20
power/power_api.js
utils/test.js [deleted file]
utils/utils_api.js