aboutsummaryrefslogtreecommitdiff
path: root/docs/fs.md
AgeCommit message (Collapse)Author
2017-03-14[util] Add macros/functions to standardize argument validation (#817)Geoff Gustafson
The new ZJS_VALIDATE_ARGS macro and related macros are to be used at the top of any JerryScript C binding to verify the quantity and types of arguments, and return standard exceptions if there is a problem. The comments above the macros in zjs_util.h explain the details of how they are to be used. Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
2017-03-08[fs] File System module (#510)James Prestwood
Signed-off-by: James Prestwood <james.prestwood@intel.com>