mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
[JSCRIPT] import wine commits "stub + implement Enumerator()"
6630bc4096
a015c62643
CORE-13810
This commit is contained in:
parent
fcb9378e01
commit
83dcae1e0f
6 changed files with 364 additions and 9 deletions
|
@ -66,7 +66,7 @@ static HRESULT Object_toString(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, u
|
|||
static const WCHAR regexpW[] = {'R','e','g','E','x','p',0};
|
||||
static const WCHAR stringW[] = {'S','t','r','i','n','g',0};
|
||||
/* Keep in sync with jsclass_t enum */
|
||||
static const WCHAR *names[] = {NULL, arrayW, booleanW, dateW, errorW,
|
||||
static const WCHAR *names[] = {NULL, arrayW, booleanW, dateW, objectW, errorW,
|
||||
functionW, NULL, mathW, numberW, objectW, regexpW, stringW, objectW, objectW, objectW};
|
||||
|
||||
TRACE("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue