mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[JSCRIPT] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
9a0babd145
commit
660f7b9090
50 changed files with 1562 additions and 1242 deletions
|
@ -121,7 +121,7 @@ static const builtin_prop_t Bool_props[] = {
|
|||
static const builtin_info_t Bool_info = {
|
||||
JSCLASS_BOOLEAN,
|
||||
{NULL, Bool_value, 0},
|
||||
sizeof(Bool_props)/sizeof(*Bool_props),
|
||||
ARRAY_SIZE(Bool_props),
|
||||
Bool_props,
|
||||
NULL,
|
||||
NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue