diff --git a/docs/02.API-REFERENCE.md b/docs/02.API-REFERENCE.md index ae5f97b0e..47089a6ac 100644 --- a/docs/02.API-REFERENCE.md +++ b/docs/02.API-REFERENCE.md @@ -4191,6 +4191,8 @@ jerry_parse_and_save_function_snapshot (const jerry_char_t *source_p, bool is_strict, uint32_t *buffer_p, size_t buffer_size) +``` + - `source_p` - script source, it must be a valid utf8 string. - `source_size` - script source size, in bytes. - `args_p` - function arguments, it must be a valid utf8 string.