Fixing build without CONFIG_ECMA_COMPACT_PROFILE.

This commit is contained in:
Ruben Ayrapetyan
2014-10-31 16:02:30 +03:00
parent 5c4d73f4a3
commit 5c4d2085a1
5 changed files with 325 additions and 296 deletions
@@ -239,7 +239,7 @@ TRY_TO_INSTANTIATE_PROPERTY_ROUTINE_NAME (BUILTIN_UNDERSCORED_ID) (ecma_object_t
return compact_profile_thrower_property_p; \
}
#else /* CONFIG_ECMA_COMPACT_PROFILE */
#define CP_UNIMPLEMENTED_VALUE(name) case name: \
#define CP_UNIMPLEMENTED_VALUE(name, value, prop_writable, prop_enumerable, prop_configurable) case name: \
{ \
JERRY_UNIMPLEMENTED ("The built-in is not implemented."); \
}