Fix 'prototype' property.

This commit is contained in:
Ilmir Usmanov 2014-10-16 18:07:56 +04:00
parent 2a5cbe5975
commit 90789453ba
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
* List of the Boolean.prototype object built-in object value properties in format 'macro (name, value)'.
*/
#define ECMA_BUILTIN_BOOLEAN_PROTOTYPE_OBJECT_OBJECT_VALUES_PROPERTY_LIST(macro) \
macro (ECMA_MAGIC_STRING_CONSTRUCTOR, ecma_builtin_get (ECMA_BUILTIN_ID_STRING))
macro (ECMA_MAGIC_STRING_CONSTRUCTOR, ecma_builtin_get (ECMA_BUILTIN_ID_BOOLEAN))
/**
* List of the Boolean.prototype object built-in routine properties in format

View File

@ -42,7 +42,7 @@
* List of the Number.prototype object built-in object value properties in format 'macro (name, value)'.
*/
#define ECMA_BUILTIN_NUMBER_PROTOTYPE_OBJECT_OBJECT_VALUES_PROPERTY_LIST(macro) \
macro (ECMA_MAGIC_STRING_CONSTRUCTOR, ecma_builtin_get (ECMA_BUILTIN_ID_STRING))
macro (ECMA_MAGIC_STRING_CONSTRUCTOR, ecma_builtin_get (ECMA_BUILTIN_ID_NUMBER))
/**
* List of the Number.prototype object built-in routine properties in format