Implementing constructor of Function object for built-in routines.

This commit is contained in:
Ruben Ayrapetyan
2014-09-18 19:48:43 +04:00
parent d9e0f2936d
commit 9a667596de
8 changed files with 331 additions and 149 deletions
+1
View File
@@ -663,6 +663,7 @@ ecma_free_internal_property (ecma_property_t *property_p) /**< the property */
case ECMA_INTERNAL_PROPERTY_PROVIDE_THIS: /* a boolean */
case ECMA_INTERNAL_PROPERTY_CLASS: /* an enum */
case ECMA_INTERNAL_PROPERTY_CODE: /* an integer */
case ECMA_INTERNAL_PROPERTY_BUILT_IN_ROUTINE_ID: /* an integer */
{
break;
}