[JSCRIPT] import wine commits "stub + implement Enumerator()"

6630bc4096
a015c62643

CORE-13810
This commit is contained in:
Andreas Maier 2019-04-19 21:00:27 +02:00 committed by Mark Jansen
parent fcb9378e01
commit 83dcae1e0f
6 changed files with 364 additions and 9 deletions

View file

@ -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");