jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
2.59k stars 439 forks source link

Unify the use of DJS_CHECK macros #1899

Closed akosthekiss closed 5 years ago

akosthekiss commented 5 years ago

Almost all modules use the DJS_CHECK_* macros to check arguments of JS bindings. Almost, but not all: some still use the JS_CHECK_* variants. This commit makes all modules use the D versions.

IoT.js-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu