Reimplementation of jerry_api_is_funciton and jerry_api_is_constructor
This commit is contained in:
committed by
Ruben Ayrapetyan
parent
8e4bcca568
commit
72d8c38d77
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user