mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix 'prototype' property.
This commit is contained in:
parent
2a5cbe5975
commit
90789453ba
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user