2 * Copyright 2008 Jacek Caban for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 #include "wine/port.h"
28 #include "wine/debug.h"
30 WINE_DEFAULT_DEBUG_CHANNEL(jscript
);
32 static const WCHAR NaNW
[] = {'N','a','N',0};
33 static const WCHAR InfinityW
[] = {'I','n','f','i','n','i','t','y',0};
34 static const WCHAR ArrayW
[] = {'A','r','r','a','y',0};
35 static const WCHAR BooleanW
[] = {'B','o','o','l','e','a','n',0};
36 static const WCHAR DateW
[] = {'D','a','t','e',0};
37 static const WCHAR ErrorW
[] = {'E','r','r','o','r',0};
38 static const WCHAR EvalErrorW
[] = {'E','v','a','l','E','r','r','o','r',0};
39 static const WCHAR RangeErrorW
[] = {'R','a','n','g','e','E','r','r','o','r',0};
40 static const WCHAR ReferenceErrorW
[] = {'R','e','f','e','r','e','n','c','e','E','r','r','o','r',0};
41 static const WCHAR SyntaxErrorW
[] = {'S','y','n','t','a','x','E','r','r','o','r',0};
42 static const WCHAR TypeErrorW
[] = {'T','y','p','e','E','r','r','o','r',0};
43 static const WCHAR URIErrorW
[] = {'U','R','I','E','r','r','o','r',0};
44 static const WCHAR FunctionW
[] = {'F','u','n','c','t','i','o','n',0};
45 static const WCHAR NumberW
[] = {'N','u','m','b','e','r',0};
46 static const WCHAR ObjectW
[] = {'O','b','j','e','c','t',0};
47 static const WCHAR StringW
[] = {'S','t','r','i','n','g',0};
48 static const WCHAR RegExpW
[] = {'R','e','g','E','x','p',0};
49 static const WCHAR RegExpErrorW
[] = {'R','e','g','E','x','p','E','r','r','o','r',0};
50 static const WCHAR ActiveXObjectW
[] = {'A','c','t','i','v','e','X','O','b','j','e','c','t',0};
51 static const WCHAR VBArrayW
[] = {'V','B','A','r','r','a','y',0};
52 static const WCHAR EnumeratorW
[] = {'E','n','u','m','e','r','a','t','o','r',0};
53 static const WCHAR escapeW
[] = {'e','s','c','a','p','e',0};
54 static const WCHAR evalW
[] = {'e','v','a','l',0};
55 static const WCHAR isNaNW
[] = {'i','s','N','a','N',0};
56 static const WCHAR isFiniteW
[] = {'i','s','F','i','n','i','t','e',0};
57 static const WCHAR parseIntW
[] = {'p','a','r','s','e','I','n','t',0};
58 static const WCHAR parseFloatW
[] = {'p','a','r','s','e','F','l','o','a','t',0};
59 static const WCHAR unescapeW
[] = {'u','n','e','s','c','a','p','e',0};
60 static const WCHAR _GetObjectW
[] = {'G','e','t','O','b','j','e','c','t',0};
61 static const WCHAR ScriptEngineW
[] = {'S','c','r','i','p','t','E','n','g','i','n','e',0};
62 static const WCHAR ScriptEngineMajorVersionW
[] =
63 {'S','c','r','i','p','t','E','n','g','i','n','e','M','a','j','o','r','V','e','r','s','i','o','n',0};
64 static const WCHAR ScriptEngineMinorVersionW
[] =
65 {'S','c','r','i','p','t','E','n','g','i','n','e','M','i','n','o','r','V','e','r','s','i','o','n',0};
66 static const WCHAR ScriptEngineBuildVersionW
[] =
67 {'S','c','r','i','p','t','E','n','g','i','n','e','B','u','i','l','d','V','e','r','s','i','o','n',0};
68 static const WCHAR CollectGarbageW
[] = {'C','o','l','l','e','c','t','G','a','r','b','a','g','e',0};
69 static const WCHAR MathW
[] = {'M','a','t','h',0};
70 static const WCHAR JSONW
[] = {'J','S','O','N',0};
71 static const WCHAR encodeURIW
[] = {'e','n','c','o','d','e','U','R','I',0};
72 static const WCHAR decodeURIW
[] = {'d','e','c','o','d','e','U','R','I',0};
73 static const WCHAR encodeURIComponentW
[] = {'e','n','c','o','d','e','U','R','I','C','o','m','p','o','n','e','n','t',0};
74 static const WCHAR decodeURIComponentW
[] = {'d','e','c','o','d','e','U','R','I','C','o','m','p','o','n','e','n','t',0};
76 static const WCHAR undefinedW
[] = {'u','n','d','e','f','i','n','e','d',0};
78 static int uri_char_table
[] = {
79 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 00-0f */
80 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 10-1f */
81 0,2,0,0,1,0,1,2,2,2,2,1,1,2,2,1, /* 20-2f */
82 2,2,2,2,2,2,2,2,2,2,1,1,0,1,0,1, /* 30-3f */
83 1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, /* 40-4f */
84 2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,2, /* 50-5f */
85 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, /* 60-6f */
86 2,2,2,2,2,2,2,2,2,2,2,0,0,0,2,0, /* 70-7f */
92 static inline BOOL
is_uri_reserved(WCHAR c
)
94 return c
< 128 && uri_char_table
[c
] == 1;
97 static inline BOOL
is_uri_unescaped(WCHAR c
)
99 return c
< 128 && uri_char_table
[c
] == 2;
102 /* Check that the character is one of the 69 non-blank characters as defined by ECMA-262 B.2.1 */
103 static inline BOOL
is_ecma_nonblank(const WCHAR c
)
105 return ((c
>= 'A' && c
<= 'Z') || (c
>= 'a' && c
<= 'z') || (c
>= '0' && c
<= '9') ||
106 c
== '@' || c
== '*' || c
== '_' || c
== '+' || c
== '-' || c
== '.' || c
== '/');
109 static WCHAR
int_to_char(int i
)
116 static HRESULT
JSGlobal_Enumerator(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
123 static HRESULT
JSGlobal_escape(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
126 jsstr_t
*ret_str
, *str
;
127 const WCHAR
*ptr
, *buf
;
136 *r
= jsval_string(jsstr_undefined());
140 hres
= to_flat_string(ctx
, argv
[0], &str
, &buf
);
144 for(ptr
= buf
; *ptr
; ptr
++) {
147 else if(is_ecma_nonblank(*ptr
))
153 ret_str
= jsstr_alloc_buf(len
, &ret
);
156 return E_OUTOFMEMORY
;
160 for(ptr
= buf
; *ptr
; ptr
++) {
164 ret
[len
++] = int_to_char(*ptr
>> 12);
165 ret
[len
++] = int_to_char((*ptr
>> 8) & 0xf);
166 ret
[len
++] = int_to_char((*ptr
>> 4) & 0xf);
167 ret
[len
++] = int_to_char(*ptr
& 0xf);
169 else if(is_ecma_nonblank(*ptr
))
173 ret
[len
++] = int_to_char(*ptr
>> 4);
174 ret
[len
++] = int_to_char(*ptr
& 0xf);
181 *r
= jsval_string(ret_str
);
183 jsstr_release(ret_str
);
187 /* ECMA-262 3rd Edition 15.1.2.1 */
188 HRESULT
JSGlobal_eval(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
192 DWORD exec_flags
= EXEC_EVAL
;
201 *r
= jsval_undefined();
205 if(!is_string(argv
[0])) {
207 return jsval_copy(argv
[0], r
);
211 if(!(frame
= ctx
->call_ctx
)) {
212 FIXME("No active exec_ctx\n");
216 src
= jsstr_flatten(get_string(argv
[0]));
218 return E_OUTOFMEMORY
;
220 TRACE("parsing %s\n", debugstr_jsval(argv
[0]));
221 hres
= compile_script(ctx
, src
, NULL
, NULL
, TRUE
, FALSE
, &code
);
223 WARN("parse (%s) failed: %08x\n", debugstr_jsval(argv
[0]), hres
);
224 return throw_syntax_error(ctx
, hres
, NULL
);
227 if(frame
->flags
& EXEC_GLOBAL
)
228 exec_flags
|= EXEC_GLOBAL
;
229 if(flags
& DISPATCH_JSCRIPT_CALLEREXECSSOURCE
)
230 exec_flags
|= EXEC_RETURN_TO_INTERP
;
231 hres
= exec_source(ctx
, exec_flags
, code
, &code
->global_code
, frame
->scope
,
232 frame
->this_obj
, NULL
, frame
->variable_obj
, 0, NULL
, r
);
233 release_bytecode(code
);
237 static HRESULT
JSGlobal_isNaN(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
247 hres
= to_number(ctx
, argv
[0], &n
);
256 *r
= jsval_bool(ret
);
260 static HRESULT
JSGlobal_isFinite(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
271 hres
= to_number(ctx
, argv
[0], &n
);
279 *r
= jsval_bool(ret
);
283 static INT
char_to_int(WCHAR c
)
285 if('0' <= c
&& c
<= '9')
287 if('a' <= c
&& c
<= 'z')
289 if('A' <= c
&& c
<= 'Z')
294 static HRESULT
JSGlobal_parseInt(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
297 BOOL neg
= FALSE
, empty
= TRUE
;
306 *r
= jsval_number(NAN
);
311 hres
= to_int32(ctx
, argv
[1], &radix
);
315 if(radix
&& (radix
< 2 || radix
> 36)) {
316 WARN("radix %d out of range\n", radix
);
318 *r
= jsval_number(NAN
);
323 hres
= to_flat_string(ctx
, argv
[0], &str
, &ptr
);
327 while(isspaceW(*ptr
))
342 if(ptr
[1] == 'x' || ptr
[1] == 'X') {
355 i
= char_to_int(*ptr
++);
359 i
= char_to_int(*ptr
++);
371 *r
= jsval_number(ret
);
375 static HRESULT
JSGlobal_parseFloat(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
382 BOOL ret_nan
= TRUE
, positive
= TRUE
;
387 *r
= jsval_number(NAN
);
391 hres
= to_flat_string(ctx
, argv
[0], &val_str
, &str
);
395 while(isspaceW(*str
)) str
++;
399 else if(*str
== '-') {
407 while(isdigitW(*str
)) {
408 hlp
= d
*10 + *(str
++) - '0';
409 if(d
>MAXLONGLONG
/10 || hlp
<0) {
416 while(isdigitW(*str
)) {
421 if(*str
== '.') str
++;
426 while(isdigitW(*str
)) {
427 hlp
= d
*10 + *(str
++) - '0';
428 if(d
>MAXLONGLONG
/10 || hlp
<0)
434 while(isdigitW(*str
))
437 if(*str
&& !ret_nan
&& (*str
=='e' || *str
=='E')) {
443 else if(*str
== '-') {
448 while(isdigitW(*str
)) {
449 if(e
>INT_MAX
/10 || (e
= e
*10 + *str
++ - '0')<0)
454 if(exp
<0 && e
<0 && exp
+e
>0) exp
= INT_MIN
;
455 else if(exp
>0 && e
>0 && exp
+e
<0) exp
= INT_MAX
;
459 jsstr_release(val_str
);
463 *r
= jsval_number(NAN
);
470 *r
= jsval_number(exp
>0 ? d
*pow(10, exp
) : d
/pow(10, -exp
));
474 static inline int hex_to_int(const WCHAR wch
) {
475 if(toupperW(wch
)>='A' && toupperW(wch
)<='F') return toupperW(wch
)-'A'+10;
476 if(isdigitW(wch
)) return wch
-'0';
480 static HRESULT
JSGlobal_unescape(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
483 jsstr_t
*ret_str
, *str
;
484 const WCHAR
*ptr
, *buf
;
493 *r
= jsval_string(jsstr_undefined());
497 hres
= to_flat_string(ctx
, argv
[0], &str
, &buf
);
501 for(ptr
= buf
; *ptr
; ptr
++) {
503 if(hex_to_int(*(ptr
+1))!=-1 && hex_to_int(*(ptr
+2))!=-1)
505 else if(*(ptr
+1)=='u' && hex_to_int(*(ptr
+2))!=-1 && hex_to_int(*(ptr
+3))!=-1
506 && hex_to_int(*(ptr
+4))!=-1 && hex_to_int(*(ptr
+5))!=-1)
513 ret_str
= jsstr_alloc_buf(len
, &ret
);
516 return E_OUTOFMEMORY
;
520 for(ptr
= buf
; *ptr
; ptr
++) {
522 if(hex_to_int(*(ptr
+1))!=-1 && hex_to_int(*(ptr
+2))!=-1) {
523 ret
[len
] = (hex_to_int(*(ptr
+1))<<4) + hex_to_int(*(ptr
+2));
526 else if(*(ptr
+1)=='u' && hex_to_int(*(ptr
+2))!=-1 && hex_to_int(*(ptr
+3))!=-1
527 && hex_to_int(*(ptr
+4))!=-1 && hex_to_int(*(ptr
+5))!=-1) {
528 ret
[len
] = (hex_to_int(*(ptr
+2))<<12) + (hex_to_int(*(ptr
+3))<<8)
529 + (hex_to_int(*(ptr
+4))<<4) + hex_to_int(*(ptr
+5));
544 *r
= jsval_string(ret_str
);
546 jsstr_release(ret_str
);
550 static HRESULT
JSGlobal_GetObject(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
557 static HRESULT
JSGlobal_ScriptEngine(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
560 static const WCHAR JScriptW
[] = {'J','S','c','r','i','p','t',0};
567 ret
= jsstr_alloc(JScriptW
);
569 return E_OUTOFMEMORY
;
571 *r
= jsval_string(ret
);
577 static HRESULT
JSGlobal_ScriptEngineMajorVersion(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
583 *r
= jsval_number(JSCRIPT_MAJOR_VERSION
);
587 static HRESULT
JSGlobal_ScriptEngineMinorVersion(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
593 *r
= jsval_number(JSCRIPT_MINOR_VERSION
);
597 static HRESULT
JSGlobal_ScriptEngineBuildVersion(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
603 *r
= jsval_number(JSCRIPT_BUILD_VERSION
);
607 static HRESULT
JSGlobal_CollectGarbage(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
616 static HRESULT
JSGlobal_encodeURI(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
619 const WCHAR
*ptr
, *uri
;
630 *r
= jsval_string(jsstr_undefined());
634 hres
= to_flat_string(ctx
, argv
[0], &str
, &uri
);
638 for(ptr
= uri
; *ptr
; ptr
++) {
639 if(is_uri_unescaped(*ptr
) || is_uri_reserved(*ptr
) || *ptr
== '#') {
642 i
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, NULL
, 0, NULL
, NULL
)*3;
645 return throw_uri_error(ctx
, JS_E_INVALID_URI_CHAR
, NULL
);
652 ret
= jsstr_alloc_buf(len
, &rptr
);
655 return E_OUTOFMEMORY
;
658 for(ptr
= uri
; *ptr
; ptr
++) {
659 if(is_uri_unescaped(*ptr
) || is_uri_reserved(*ptr
) || *ptr
== '#') {
662 len
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, buf
, sizeof(buf
), NULL
, NULL
);
663 for(i
=0; i
<len
; i
++) {
665 *rptr
++ = int_to_char((BYTE
)buf
[i
] >> 4);
666 *rptr
++ = int_to_char(buf
[i
] & 0x0f);
671 TRACE("%s -> %s\n", debugstr_jsstr(str
), debugstr_jsstr(ret
));
675 *r
= jsval_string(ret
);
681 static HRESULT
JSGlobal_decodeURI(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
684 const WCHAR
*ptr
, *uri
;
685 jsstr_t
*str
, *ret_str
;
697 *r
= jsval_string(jsstr_undefined());
701 hres
= to_flat_string(ctx
, argv
[0], &str
, &uri
);
705 for(ptr
= uri
; *ptr
; ptr
++) {
711 if(ptr
[i
*3]!='%' || hex_to_int(ptr
[i
*3+1])==-1 || (val
=hex_to_int(ptr
[i
*3+2]))==-1)
713 val
+= hex_to_int(ptr
[i
*3+1])<<4;
716 res
= MultiByteToWideChar(CP_UTF8
, 0, buf
, i
+1, &out
, 1);
723 return throw_uri_error(ctx
, JS_E_INVALID_URI_CODING
, NULL
);
731 ret_str
= jsstr_alloc_buf(len
, &ret
);
734 return E_OUTOFMEMORY
;
737 for(ptr
= uri
; *ptr
; ptr
++) {
742 if(ptr
[i
*3]!='%' || hex_to_int(ptr
[i
*3+1])==-1 || (val
=hex_to_int(ptr
[i
*3+2]))==-1)
744 val
+= hex_to_int(ptr
[i
*3+1])<<4;
747 res
= MultiByteToWideChar(CP_UTF8
, 0, buf
, i
+1, ret
, 1);
757 TRACE("%s -> %s\n", debugstr_jsstr(str
), debugstr_jsstr(ret_str
));
761 *r
= jsval_string(ret_str
);
763 jsstr_release(ret_str
);
767 static HRESULT
JSGlobal_encodeURIComponent(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
770 jsstr_t
*str
, *ret_str
;
772 const WCHAR
*ptr
, *uri
;
773 DWORD len
= 0, size
, i
;
781 *r
= jsval_string(jsstr_undefined());
785 hres
= to_flat_string(ctx
, argv
[0], &str
, &uri
);
789 for(ptr
= uri
; *ptr
; ptr
++) {
790 if(is_uri_unescaped(*ptr
))
793 size
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, NULL
, 0, NULL
, NULL
);
796 return throw_uri_error(ctx
, JS_E_INVALID_URI_CHAR
, NULL
);
802 ret_str
= jsstr_alloc_buf(len
, &ret
);
805 return E_OUTOFMEMORY
;
808 for(ptr
= uri
; *ptr
; ptr
++) {
809 if(is_uri_unescaped(*ptr
)) {
812 size
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, buf
, sizeof(buf
), NULL
, NULL
);
813 for(i
=0; i
<size
; i
++) {
815 *ret
++ = int_to_char((BYTE
)buf
[i
] >> 4);
816 *ret
++ = int_to_char(buf
[i
] & 0x0f);
824 *r
= jsval_string(ret_str
);
826 jsstr_release(ret_str
);
830 /* ECMA-262 3rd Edition 15.1.3.2 */
831 static HRESULT
JSGlobal_decodeURIComponent(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, unsigned argc
, jsval_t
*argv
,
834 const WCHAR
*ptr
, *uri
;
844 *r
= jsval_string(jsstr_undefined());
848 hres
= to_flat_string(ctx
, argv
[0], &str
, &uri
);
856 unsigned char mask
= 0x80;
857 int i
, size
, num_bytes
= 0;
858 if(hex_to_int(*(ptr
+1)) < 0 || hex_to_int(*(ptr
+2)) < 0) {
859 FIXME("Throw URIError: Invalid hex sequence\n");
863 octets
[0] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
865 while(octets
[0] & mask
) {
869 if(num_bytes
== 1 || num_bytes
> 4) {
870 FIXME("Throw URIError: Invalid initial UTF character\n");
874 for(i
= 1; i
< num_bytes
; ++i
) {
876 FIXME("Throw URIError: Incomplete UTF sequence\n");
880 if(hex_to_int(*(ptr
+1)) < 0 || hex_to_int(*(ptr
+2)) < 0) {
881 FIXME("Throw URIError: Invalid hex sequence\n");
885 octets
[i
] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
888 size
= MultiByteToWideChar(CP_UTF8
, MB_ERR_INVALID_CHARS
, octets
,
889 num_bytes
? num_bytes
: 1, NULL
, 0);
891 FIXME("Throw URIError: Invalid UTF sequence\n");
902 ret
= jsstr_alloc_buf(len
, &out_ptr
);
905 return E_OUTOFMEMORY
;
912 unsigned char mask
= 0x80;
913 int i
, size
, num_bytes
= 0;
914 octets
[0] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
916 while(octets
[0] & mask
) {
920 for(i
= 1; i
< num_bytes
; ++i
) {
921 octets
[i
] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
924 size
= MultiByteToWideChar(CP_UTF8
, MB_ERR_INVALID_CHARS
, octets
,
925 num_bytes
? num_bytes
: 1, out_ptr
, len
);
937 *r
= jsval_string(ret
);
943 static const builtin_prop_t JSGlobal_props
[] = {
944 {CollectGarbageW
, JSGlobal_CollectGarbage
, PROPF_METHOD
},
945 {EnumeratorW
, JSGlobal_Enumerator
, PROPF_METHOD
|7},
946 {_GetObjectW
, JSGlobal_GetObject
, PROPF_METHOD
|2},
947 {ScriptEngineW
, JSGlobal_ScriptEngine
, PROPF_METHOD
},
948 {ScriptEngineBuildVersionW
, JSGlobal_ScriptEngineBuildVersion
, PROPF_METHOD
},
949 {ScriptEngineMajorVersionW
, JSGlobal_ScriptEngineMajorVersion
, PROPF_METHOD
},
950 {ScriptEngineMinorVersionW
, JSGlobal_ScriptEngineMinorVersion
, PROPF_METHOD
},
951 {decodeURIW
, JSGlobal_decodeURI
, PROPF_METHOD
|1},
952 {decodeURIComponentW
, JSGlobal_decodeURIComponent
, PROPF_METHOD
|1},
953 {encodeURIW
, JSGlobal_encodeURI
, PROPF_METHOD
|1},
954 {encodeURIComponentW
, JSGlobal_encodeURIComponent
, PROPF_METHOD
|1},
955 {escapeW
, JSGlobal_escape
, PROPF_METHOD
|1},
956 {evalW
, JSGlobal_eval
, PROPF_METHOD
|1},
957 {isFiniteW
, JSGlobal_isFinite
, PROPF_METHOD
|1},
958 {isNaNW
, JSGlobal_isNaN
, PROPF_METHOD
|1},
959 {parseFloatW
, JSGlobal_parseFloat
, PROPF_METHOD
|1},
960 {parseIntW
, JSGlobal_parseInt
, PROPF_METHOD
|2},
961 {unescapeW
, JSGlobal_unescape
, PROPF_METHOD
|1}
964 static const builtin_info_t JSGlobal_info
= {
967 sizeof(JSGlobal_props
)/sizeof(*JSGlobal_props
),
973 static HRESULT
init_constructors(script_ctx_t
*ctx
, jsdisp_t
*object_prototype
)
977 hres
= init_function_constr(ctx
, object_prototype
);
981 hres
= jsdisp_propput_dontenum(ctx
->global
, FunctionW
, jsval_obj(ctx
->function_constr
));
985 hres
= create_object_constr(ctx
, object_prototype
, &ctx
->object_constr
);
989 hres
= jsdisp_propput_dontenum(ctx
->global
, ObjectW
, jsval_obj(ctx
->object_constr
));
993 hres
= create_array_constr(ctx
, object_prototype
, &ctx
->array_constr
);
997 hres
= jsdisp_propput_dontenum(ctx
->global
, ArrayW
, jsval_obj(ctx
->array_constr
));
1001 hres
= create_bool_constr(ctx
, object_prototype
, &ctx
->bool_constr
);
1005 hres
= jsdisp_propput_dontenum(ctx
->global
, BooleanW
, jsval_obj(ctx
->bool_constr
));
1009 hres
= create_date_constr(ctx
, object_prototype
, &ctx
->date_constr
);
1013 hres
= jsdisp_propput_dontenum(ctx
->global
, DateW
, jsval_obj(ctx
->date_constr
));
1017 hres
= init_error_constr(ctx
, object_prototype
);
1021 hres
= jsdisp_propput_dontenum(ctx
->global
, ErrorW
, jsval_obj(ctx
->error_constr
));
1025 hres
= jsdisp_propput_dontenum(ctx
->global
, EvalErrorW
, jsval_obj(ctx
->eval_error_constr
));
1029 hres
= jsdisp_propput_dontenum(ctx
->global
, RangeErrorW
, jsval_obj(ctx
->range_error_constr
));
1033 hres
= jsdisp_propput_dontenum(ctx
->global
, ReferenceErrorW
, jsval_obj(ctx
->reference_error_constr
));
1037 hres
= jsdisp_propput_dontenum(ctx
->global
, RegExpErrorW
, jsval_obj(ctx
->regexp_error_constr
));
1041 hres
= jsdisp_propput_dontenum(ctx
->global
, SyntaxErrorW
, jsval_obj(ctx
->syntax_error_constr
));
1045 hres
= jsdisp_propput_dontenum(ctx
->global
, TypeErrorW
, jsval_obj(ctx
->type_error_constr
));
1049 hres
= jsdisp_propput_dontenum(ctx
->global
, URIErrorW
, jsval_obj(ctx
->uri_error_constr
));
1053 hres
= create_number_constr(ctx
, object_prototype
, &ctx
->number_constr
);
1057 hres
= jsdisp_propput_dontenum(ctx
->global
, NumberW
, jsval_obj(ctx
->number_constr
));
1061 hres
= create_regexp_constr(ctx
, object_prototype
, &ctx
->regexp_constr
);
1065 hres
= jsdisp_propput_dontenum(ctx
->global
, RegExpW
, jsval_obj(ctx
->regexp_constr
));
1069 hres
= create_string_constr(ctx
, object_prototype
, &ctx
->string_constr
);
1073 hres
= jsdisp_propput_dontenum(ctx
->global
, StringW
, jsval_obj(ctx
->string_constr
));
1077 hres
= create_vbarray_constr(ctx
, object_prototype
, &ctx
->vbarray_constr
);
1081 hres
= jsdisp_propput_dontenum(ctx
->global
, VBArrayW
, jsval_obj(ctx
->vbarray_constr
));
1088 HRESULT
init_global(script_ctx_t
*ctx
)
1090 jsdisp_t
*math
, *object_prototype
, *constr
;
1096 hres
= create_dispex(ctx
, &JSGlobal_info
, NULL
, &ctx
->global
);
1100 hres
= create_object_prototype(ctx
, &object_prototype
);
1104 hres
= init_constructors(ctx
, object_prototype
);
1105 jsdisp_release(object_prototype
);
1109 hres
= create_math(ctx
, &math
);
1113 hres
= jsdisp_propput_dontenum(ctx
->global
, MathW
, jsval_obj(math
));
1114 jsdisp_release(math
);
1118 if(ctx
->version
>= 2) {
1121 hres
= create_json(ctx
, &json
);
1125 hres
= jsdisp_propput_dontenum(ctx
->global
, JSONW
, jsval_obj(json
));
1126 jsdisp_release(json
);
1131 hres
= create_activex_constr(ctx
, &constr
);
1135 hres
= jsdisp_propput_dontenum(ctx
->global
, ActiveXObjectW
, jsval_obj(constr
));
1136 jsdisp_release(constr
);
1140 hres
= jsdisp_propput_dontenum(ctx
->global
, undefinedW
, jsval_undefined());
1144 hres
= jsdisp_propput_dontenum(ctx
->global
, NaNW
, jsval_number(NAN
));
1148 hres
= jsdisp_propput_dontenum(ctx
->global
, InfinityW
, jsval_number(INFINITY
));