Reimplementation of jerry_api_is_funciton and jerry_api_is_constructor

This commit is contained in:
Ilyong Cho
2015-04-06 11:25:40 +09:00
committed by Ruben Ayrapetyan
parent 8e4bcca568
commit 72d8c38d77
5 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ mem_get_base_pointer (void)
* Compress pointer.
*/
uintptr_t
mem_compress_pointer (void *pointer) /**< pointer to compress */
mem_compress_pointer (const void *pointer) /**< pointer to compress */
{
JERRY_ASSERT(pointer != NULL);