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 #define LONGLONG_MAX (((LONGLONG)0x7fffffff<<32)|0xffffffff)
34 static const WCHAR NaNW
[] = {'N','a','N',0};
35 static const WCHAR InfinityW
[] = {'I','n','f','i','n','i','t','y',0};
36 static const WCHAR ArrayW
[] = {'A','r','r','a','y',0};
37 static const WCHAR BooleanW
[] = {'B','o','o','l','e','a','n',0};
38 static const WCHAR DateW
[] = {'D','a','t','e',0};
39 static const WCHAR ErrorW
[] = {'E','r','r','o','r',0};
40 static const WCHAR EvalErrorW
[] = {'E','v','a','l','E','r','r','o','r',0};
41 static const WCHAR RangeErrorW
[] = {'R','a','n','g','e','E','r','r','o','r',0};
42 static const WCHAR ReferenceErrorW
[] = {'R','e','f','e','r','e','n','c','e','E','r','r','o','r',0};
43 static const WCHAR SyntaxErrorW
[] = {'S','y','n','t','a','x','E','r','r','o','r',0};
44 static const WCHAR TypeErrorW
[] = {'T','y','p','e','E','r','r','o','r',0};
45 static const WCHAR URIErrorW
[] = {'U','R','I','E','r','r','o','r',0};
46 static const WCHAR FunctionW
[] = {'F','u','n','c','t','i','o','n',0};
47 static const WCHAR NumberW
[] = {'N','u','m','b','e','r',0};
48 static const WCHAR ObjectW
[] = {'O','b','j','e','c','t',0};
49 static const WCHAR StringW
[] = {'S','t','r','i','n','g',0};
50 static const WCHAR RegExpW
[] = {'R','e','g','E','x','p',0};
51 static const WCHAR ActiveXObjectW
[] = {'A','c','t','i','v','e','X','O','b','j','e','c','t',0};
52 static const WCHAR VBArrayW
[] = {'V','B','A','r','r','a','y',0};
53 static const WCHAR EnumeratorW
[] = {'E','n','u','m','e','r','a','t','o','r',0};
54 static const WCHAR escapeW
[] = {'e','s','c','a','p','e',0};
55 static const WCHAR evalW
[] = {'e','v','a','l',0};
56 static const WCHAR isNaNW
[] = {'i','s','N','a','N',0};
57 static const WCHAR isFiniteW
[] = {'i','s','F','i','n','i','t','e',0};
58 static const WCHAR parseIntW
[] = {'p','a','r','s','e','I','n','t',0};
59 static const WCHAR parseFloatW
[] = {'p','a','r','s','e','F','l','o','a','t',0};
60 static const WCHAR unescapeW
[] = {'u','n','e','s','c','a','p','e',0};
61 static const WCHAR _GetObjectW
[] = {'G','e','t','O','b','j','e','c','t',0};
62 static const WCHAR ScriptEngineW
[] = {'S','c','r','i','p','t','E','n','g','i','n','e',0};
63 static const WCHAR ScriptEngineMajorVersionW
[] =
64 {'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};
65 static const WCHAR ScriptEngineMinorVersionW
[] =
66 {'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};
67 static const WCHAR ScriptEngineBuildVersionW
[] =
68 {'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};
69 static const WCHAR CollectGarbageW
[] = {'C','o','l','l','e','c','t','G','a','r','b','a','g','e',0};
70 static const WCHAR MathW
[] = {'M','a','t','h',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 static WCHAR
int_to_char(int i
)
109 static HRESULT
constructor_call(DispatchEx
*constr
, WORD flags
, DISPPARAMS
*dp
,
110 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
112 if(flags
!= DISPATCH_PROPERTYGET
)
113 return jsdisp_call_value(constr
, flags
, dp
, retv
, ei
, sp
);
115 V_VT(retv
) = VT_DISPATCH
;
116 V_DISPATCH(retv
) = (IDispatch
*)_IDispatchEx_(constr
);
117 IDispatchEx_AddRef(_IDispatchEx_(constr
));
121 static HRESULT
JSGlobal_Array(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
122 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
126 return constructor_call(ctx
->array_constr
, flags
, dp
, retv
, ei
, sp
);
129 static HRESULT
JSGlobal_Boolean(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
130 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
134 return constructor_call(ctx
->bool_constr
, flags
, dp
, retv
, ei
, sp
);
137 static HRESULT
JSGlobal_Date(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
138 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
142 return constructor_call(ctx
->date_constr
, flags
, dp
, retv
, ei
, sp
);
145 static HRESULT
JSGlobal_Error(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
146 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
150 return constructor_call(ctx
->error_constr
, flags
, dp
, retv
, ei
, sp
);
153 static HRESULT
JSGlobal_EvalError(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
154 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
158 return constructor_call(ctx
->eval_error_constr
, flags
, dp
, retv
, ei
, sp
);
161 static HRESULT
JSGlobal_RangeError(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
162 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
166 return constructor_call(ctx
->range_error_constr
, flags
, dp
, retv
, ei
, sp
);
169 static HRESULT
JSGlobal_ReferenceError(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
170 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
174 return constructor_call(ctx
->reference_error_constr
, flags
, dp
, retv
, ei
, sp
);
177 static HRESULT
JSGlobal_SyntaxError(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
178 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
182 return constructor_call(ctx
->syntax_error_constr
, flags
, dp
, retv
, ei
, sp
);
185 static HRESULT
JSGlobal_TypeError(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
186 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
190 return constructor_call(ctx
->type_error_constr
, flags
, dp
, retv
, ei
, sp
);
193 static HRESULT
JSGlobal_URIError(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
194 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
198 return constructor_call(ctx
->uri_error_constr
, flags
, dp
, retv
, ei
, sp
);
201 static HRESULT
JSGlobal_Function(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
202 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
206 return constructor_call(ctx
->function_constr
, flags
, dp
, retv
, ei
, sp
);
209 static HRESULT
JSGlobal_Number(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
210 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
214 return constructor_call(ctx
->number_constr
, flags
, dp
, retv
, ei
, sp
);
217 static HRESULT
JSGlobal_Object(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
218 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
222 return constructor_call(ctx
->object_constr
, flags
, dp
, retv
, ei
, sp
);
225 static HRESULT
JSGlobal_String(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
226 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
230 return constructor_call(ctx
->string_constr
, flags
, dp
, retv
, ei
, sp
);
233 static HRESULT
JSGlobal_RegExp(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
234 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
238 return constructor_call(ctx
->regexp_constr
, flags
, dp
, retv
, ei
, sp
);
241 static HRESULT
JSGlobal_ActiveXObject(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
242 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
246 return constructor_call(ctx
->activex_constr
, flags
, dp
, retv
, ei
, sp
);
249 static HRESULT
JSGlobal_VBArray(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
250 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
256 static HRESULT
JSGlobal_Enumerator(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
257 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
263 static HRESULT
JSGlobal_escape(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
264 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
275 ret
= SysAllocString(undefinedW
);
277 return E_OUTOFMEMORY
;
279 V_VT(retv
) = VT_BSTR
;
286 hres
= to_string(ctx
, get_arg(dp
, 0), ei
, &str
);
290 for(ptr
=str
; *ptr
; ptr
++) {
293 else if(isalnum((char)*ptr
) || *ptr
=='*' || *ptr
=='@' || *ptr
=='-'
294 || *ptr
=='_' || *ptr
=='+' || *ptr
=='.' || *ptr
=='/')
300 ret
= SysAllocStringLen(NULL
, len
);
303 return E_OUTOFMEMORY
;
307 for(ptr
=str
; *ptr
; ptr
++) {
311 ret
[len
++] = int_to_char(*ptr
>> 12);
312 ret
[len
++] = int_to_char((*ptr
>> 8) & 0xf);
313 ret
[len
++] = int_to_char((*ptr
>> 4) & 0xf);
314 ret
[len
++] = int_to_char(*ptr
& 0xf);
316 else if(isalnum((char)*ptr
) || *ptr
=='*' || *ptr
=='@' || *ptr
=='-'
317 || *ptr
=='_' || *ptr
=='+' || *ptr
=='.' || *ptr
=='/')
321 ret
[len
++] = int_to_char(*ptr
>> 4);
322 ret
[len
++] = int_to_char(*ptr
& 0xf);
329 V_VT(retv
) = VT_BSTR
;
338 /* ECMA-262 3rd Edition 15.1.2.1 */
339 static HRESULT
JSGlobal_eval(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
340 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
342 parser_ctx_t
*parser_ctx
;
350 V_VT(retv
) = VT_EMPTY
;
354 arg
= get_arg(dp
, 0);
355 if(V_VT(arg
) != VT_BSTR
) {
357 V_VT(retv
) = VT_EMPTY
;
358 return VariantCopy(retv
, arg
);
364 FIXME("No active exec_ctx\n");
368 TRACE("parsing %s\n", debugstr_w(V_BSTR(arg
)));
369 hres
= script_parse(ctx
, V_BSTR(arg
), NULL
, &parser_ctx
);
371 WARN("parse (%s) failed: %08x\n", debugstr_w(V_BSTR(arg
)), hres
);
372 return throw_syntax_error(ctx
, ei
, hres
, NULL
);
375 hres
= exec_source(ctx
->exec_ctx
, parser_ctx
, parser_ctx
->source
, EXECT_EVAL
, ei
, retv
);
376 parser_release(parser_ctx
);
381 static HRESULT
JSGlobal_isNaN(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
382 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
384 VARIANT_BOOL ret
= VARIANT_FALSE
;
391 hres
= to_number(ctx
, get_arg(dp
,0), ei
, &num
);
395 if(V_VT(&num
) == VT_R8
&& isnan(V_R8(&num
)))
402 V_VT(retv
) = VT_BOOL
;
408 static HRESULT
JSGlobal_isFinite(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
409 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
411 VARIANT_BOOL ret
= VARIANT_FALSE
;
419 hres
= to_number(ctx
, get_arg(dp
,0), ei
, &num
);
423 if(V_VT(&num
) != VT_R8
|| (!isinf(V_R8(&num
)) && !isnan(V_R8(&num
))))
428 V_VT(retv
) = VT_BOOL
;
434 static INT
char_to_int(WCHAR c
)
436 if('0' <= c
&& c
<= '9')
438 if('a' <= c
&& c
<= 'z')
440 if('A' <= c
&& c
<= 'Z')
445 static HRESULT
JSGlobal_parseInt(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
446 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
456 if(retv
) num_set_nan(retv
);
460 if(arg_cnt(dp
) >= 2) {
461 hres
= to_int32(ctx
, get_arg(dp
, 1), ei
, &radix
);
467 }else if(radix
< 2 || radix
> 36) {
468 WARN("radix %d out of range\n", radix
);
473 hres
= to_string(ctx
, get_arg(dp
, 0), ei
, &str
);
477 for(ptr
= str
; isspaceW(*ptr
); ptr
++);
489 if(*ptr
== 'x' || *ptr
== 'X') {
496 i
= char_to_int(*ptr
++);
509 num_set_val(retv
, ret
);
513 static HRESULT
JSGlobal_parseFloat(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
514 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
521 BOOL ret_nan
= TRUE
, positive
= TRUE
;
530 arg
= get_arg(dp
, 0);
531 hres
= to_string(ctx
, arg
, ei
, &val_str
);
537 while(isspaceW(*str
)) str
++;
541 else if(*str
== '-') {
549 while(isdigitW(*str
)) {
550 hlp
= d
*10 + *(str
++) - '0';
551 if(d
>LONGLONG_MAX
/10 || hlp
<0) {
558 while(isdigitW(*str
)) {
563 if(*str
== '.') str
++;
568 while(isdigitW(*str
)) {
569 hlp
= d
*10 + *(str
++) - '0';
570 if(d
>LONGLONG_MAX
/10 || hlp
<0)
576 while(isdigitW(*str
))
579 if(*str
&& !ret_nan
&& (*str
=='e' || *str
=='E')) {
585 else if(*str
== '-') {
590 while(isdigitW(*str
)) {
591 if(e
>INT_MAX
/10 || (e
= e
*10 + *str
++ - '0')<0)
596 if(exp
<0 && e
<0 && exp
+e
>0) exp
= INT_MIN
;
597 else if(exp
>0 && e
>0 && exp
+e
<0) exp
= INT_MAX
;
601 SysFreeString(val_str
);
610 V_R8(retv
) = (double)(positive
?d
:-d
)*pow(10, exp
);
614 static inline int hex_to_int(const WCHAR wch
) {
615 if(toupperW(wch
)>='A' && toupperW(wch
)<='F') return toupperW(wch
)-'A'+10;
616 if(isdigitW(wch
)) return wch
-'0';
620 static HRESULT
JSGlobal_unescape(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
621 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
632 ret
= SysAllocString(undefinedW
);
634 return E_OUTOFMEMORY
;
636 V_VT(retv
) = VT_BSTR
;
643 hres
= to_string(ctx
, get_arg(dp
, 0), ei
, &str
);
647 for(ptr
=str
; *ptr
; ptr
++) {
649 if(hex_to_int(*(ptr
+1))!=-1 && hex_to_int(*(ptr
+2))!=-1)
651 else if(*(ptr
+1)=='u' && hex_to_int(*(ptr
+2))!=-1 && hex_to_int(*(ptr
+3))!=-1
652 && hex_to_int(*(ptr
+4))!=-1 && hex_to_int(*(ptr
+5))!=-1)
659 ret
= SysAllocStringLen(NULL
, len
);
662 return E_OUTOFMEMORY
;
666 for(ptr
=str
; *ptr
; ptr
++) {
668 if(hex_to_int(*(ptr
+1))!=-1 && hex_to_int(*(ptr
+2))!=-1) {
669 ret
[len
] = (hex_to_int(*(ptr
+1))<<4) + hex_to_int(*(ptr
+2));
672 else if(*(ptr
+1)=='u' && hex_to_int(*(ptr
+2))!=-1 && hex_to_int(*(ptr
+3))!=-1
673 && hex_to_int(*(ptr
+4))!=-1 && hex_to_int(*(ptr
+5))!=-1) {
674 ret
[len
] = (hex_to_int(*(ptr
+2))<<12) + (hex_to_int(*(ptr
+3))<<8)
675 + (hex_to_int(*(ptr
+4))<<4) + hex_to_int(*(ptr
+5));
690 V_VT(retv
) = VT_BSTR
;
699 static HRESULT
JSGlobal_GetObject(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
700 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
706 static HRESULT
JSGlobal_ScriptEngine(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
707 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
713 static HRESULT
JSGlobal_ScriptEngineMajorVersion(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
714 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
720 static HRESULT
JSGlobal_ScriptEngineMinorVersion(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
721 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
727 static HRESULT
JSGlobal_ScriptEngineBuildVersion(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
728 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
734 static HRESULT
JSGlobal_CollectGarbage(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
735 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
741 static HRESULT
JSGlobal_encodeURI(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
742 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
755 ret
= SysAllocString(undefinedW
);
757 return E_OUTOFMEMORY
;
759 V_VT(retv
) = VT_BSTR
;
766 hres
= to_string(ctx
, get_arg(dp
,0), ei
, &str
);
770 for(ptr
= str
; *ptr
; ptr
++) {
771 if(is_uri_unescaped(*ptr
) || is_uri_reserved(*ptr
) || *ptr
== '#') {
774 i
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, NULL
, 0, NULL
, NULL
)*3;
777 return throw_uri_error(ctx
, ei
, IDS_URI_INVALID_CHAR
, NULL
);
784 rptr
= ret
= SysAllocStringLen(NULL
, len
);
787 return E_OUTOFMEMORY
;
790 for(ptr
= str
; *ptr
; ptr
++) {
791 if(is_uri_unescaped(*ptr
) || is_uri_reserved(*ptr
) || *ptr
== '#') {
794 len
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, buf
, sizeof(buf
), NULL
, NULL
);
795 for(i
=0; i
<len
; i
++) {
797 *rptr
++ = int_to_char((BYTE
)buf
[i
] >> 4);
798 *rptr
++ = int_to_char(buf
[i
] & 0x0f);
805 TRACE("%s -> %s\n", debugstr_w(str
), debugstr_w(ret
));
807 V_VT(retv
) = VT_BSTR
;
815 static HRESULT
JSGlobal_decodeURI(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
816 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
822 static HRESULT
JSGlobal_encodeURIComponent(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
823 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
828 DWORD len
= 0, size
, i
;
835 ret
= SysAllocString(undefinedW
);
837 return E_OUTOFMEMORY
;
839 V_VT(retv
) = VT_BSTR
;
846 hres
= to_string(ctx
, get_arg(dp
, 0), ei
, &str
);
850 for(ptr
=str
; *ptr
; ptr
++) {
851 if(is_uri_unescaped(*ptr
))
854 size
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, NULL
, 0, NULL
, NULL
);
857 FIXME("throw Error\n");
864 ret
= SysAllocStringLen(NULL
, len
);
867 return E_OUTOFMEMORY
;
871 for(ptr
=str
; *ptr
; ptr
++) {
872 if(is_uri_unescaped(*ptr
))
875 size
= WideCharToMultiByte(CP_UTF8
, 0, ptr
, 1, buf
, sizeof(buf
), NULL
, NULL
);
876 for(i
=0; i
<size
; i
++) {
878 ret
[len
++] = int_to_char((BYTE
)buf
[i
] >> 4);
879 ret
[len
++] = int_to_char(buf
[i
] & 0x0f);
887 V_VT(retv
) = VT_BSTR
;
896 /* ECMA-262 3rd Edition 15.1.3.2 */
897 static HRESULT
JSGlobal_decodeURIComponent(script_ctx_t
*ctx
, vdisp_t
*jsthis
, WORD flags
, DISPPARAMS
*dp
,
898 VARIANT
*retv
, jsexcept_t
*ei
, IServiceProvider
*sp
)
910 ret
= SysAllocString(undefinedW
);
912 return E_OUTOFMEMORY
;
914 V_VT(retv
) = VT_BSTR
;
921 hres
= to_string(ctx
, get_arg(dp
, 0), ei
, &str
);
929 unsigned char mask
= 0x80;
930 int i
, size
, num_bytes
= 0;
931 if(hex_to_int(*(ptr
+1)) < 0 || hex_to_int(*(ptr
+2)) < 0) {
932 FIXME("Throw URIError: Invalid hex sequence\n");
936 octets
[0] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
938 while(octets
[0] & mask
) {
942 if(num_bytes
== 1 || num_bytes
> 4) {
943 FIXME("Throw URIError: Invalid initial UTF character\n");
947 for(i
= 1; i
< num_bytes
; ++i
) {
949 FIXME("Throw URIError: Incomplete UTF sequence\n");
953 if(hex_to_int(*(ptr
+1)) < 0 || hex_to_int(*(ptr
+2)) < 0) {
954 FIXME("Throw URIError: Invalid hex sequence\n");
958 octets
[i
] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
961 size
= MultiByteToWideChar(CP_UTF8
, MB_ERR_INVALID_CHARS
, octets
,
962 num_bytes
? num_bytes
: 1, NULL
, 0);
964 FIXME("Throw URIError: Invalid UTF sequence\n");
975 out_ptr
= ret
= SysAllocStringLen(NULL
, len
);
978 return E_OUTOFMEMORY
;
985 unsigned char mask
= 0x80;
986 int i
, size
, num_bytes
= 0;
987 octets
[0] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
989 while(octets
[0] & mask
) {
993 for(i
= 1; i
< num_bytes
; ++i
) {
994 octets
[i
] = (hex_to_int(*(ptr
+1)) << 4) + hex_to_int(*(ptr
+2));
997 size
= MultiByteToWideChar(CP_UTF8
, MB_ERR_INVALID_CHARS
, octets
,
998 num_bytes
? num_bytes
: 1, out_ptr
, len
);
1002 *out_ptr
++ = *ptr
++;
1010 V_VT(retv
) = VT_BSTR
;
1019 static const builtin_prop_t JSGlobal_props
[] = {
1020 {ActiveXObjectW
, JSGlobal_ActiveXObject
, PROPF_CONSTR
|1},
1021 {ArrayW
, JSGlobal_Array
, PROPF_CONSTR
|1},
1022 {BooleanW
, JSGlobal_Boolean
, PROPF_CONSTR
|1},
1023 {CollectGarbageW
, JSGlobal_CollectGarbage
, PROPF_METHOD
},
1024 {DateW
, JSGlobal_Date
, PROPF_CONSTR
|7},
1025 {EnumeratorW
, JSGlobal_Enumerator
, PROPF_METHOD
|7},
1026 {ErrorW
, JSGlobal_Error
, PROPF_CONSTR
|1},
1027 {EvalErrorW
, JSGlobal_EvalError
, PROPF_CONSTR
|1},
1028 {FunctionW
, JSGlobal_Function
, PROPF_CONSTR
|1},
1029 {_GetObjectW
, JSGlobal_GetObject
, PROPF_METHOD
|2},
1030 {NumberW
, JSGlobal_Number
, PROPF_CONSTR
|1},
1031 {ObjectW
, JSGlobal_Object
, PROPF_CONSTR
|1},
1032 {RangeErrorW
, JSGlobal_RangeError
, PROPF_CONSTR
|1},
1033 {ReferenceErrorW
, JSGlobal_ReferenceError
, PROPF_CONSTR
|1},
1034 {RegExpW
, JSGlobal_RegExp
, PROPF_CONSTR
|2},
1035 {ScriptEngineW
, JSGlobal_ScriptEngine
, PROPF_METHOD
},
1036 {ScriptEngineBuildVersionW
, JSGlobal_ScriptEngineBuildVersion
, PROPF_METHOD
},
1037 {ScriptEngineMajorVersionW
, JSGlobal_ScriptEngineMajorVersion
, PROPF_METHOD
},
1038 {ScriptEngineMinorVersionW
, JSGlobal_ScriptEngineMinorVersion
, PROPF_METHOD
},
1039 {StringW
, JSGlobal_String
, PROPF_CONSTR
|1},
1040 {SyntaxErrorW
, JSGlobal_SyntaxError
, PROPF_CONSTR
|1},
1041 {TypeErrorW
, JSGlobal_TypeError
, PROPF_CONSTR
|1},
1042 {URIErrorW
, JSGlobal_URIError
, PROPF_CONSTR
|1},
1043 {VBArrayW
, JSGlobal_VBArray
, PROPF_METHOD
|1},
1044 {decodeURIW
, JSGlobal_decodeURI
, PROPF_METHOD
|1},
1045 {decodeURIComponentW
, JSGlobal_decodeURIComponent
, PROPF_METHOD
|1},
1046 {encodeURIW
, JSGlobal_encodeURI
, PROPF_METHOD
|1},
1047 {encodeURIComponentW
, JSGlobal_encodeURIComponent
, PROPF_METHOD
|1},
1048 {escapeW
, JSGlobal_escape
, PROPF_METHOD
|1},
1049 {evalW
, JSGlobal_eval
, PROPF_METHOD
|1},
1050 {isFiniteW
, JSGlobal_isFinite
, PROPF_METHOD
|1},
1051 {isNaNW
, JSGlobal_isNaN
, PROPF_METHOD
|1},
1052 {parseFloatW
, JSGlobal_parseFloat
, PROPF_METHOD
|1},
1053 {parseIntW
, JSGlobal_parseInt
, PROPF_METHOD
|2},
1054 {unescapeW
, JSGlobal_unescape
, PROPF_METHOD
|1}
1057 static const builtin_info_t JSGlobal_info
= {
1060 sizeof(JSGlobal_props
)/sizeof(*JSGlobal_props
),
1066 static HRESULT
init_constructors(script_ctx_t
*ctx
, DispatchEx
*object_prototype
)
1070 hres
= init_function_constr(ctx
, object_prototype
);
1074 hres
= create_object_constr(ctx
, object_prototype
, &ctx
->object_constr
);
1078 hres
= create_activex_constr(ctx
, &ctx
->activex_constr
);
1082 hres
= create_array_constr(ctx
, object_prototype
, &ctx
->array_constr
);
1086 hres
= create_bool_constr(ctx
, object_prototype
, &ctx
->bool_constr
);
1090 hres
= create_date_constr(ctx
, object_prototype
, &ctx
->date_constr
);
1094 hres
= init_error_constr(ctx
, object_prototype
);
1098 hres
= create_number_constr(ctx
, object_prototype
, &ctx
->number_constr
);
1102 hres
= create_regexp_constr(ctx
, object_prototype
, &ctx
->regexp_constr
);
1106 hres
= create_string_constr(ctx
, object_prototype
, &ctx
->string_constr
);
1113 HRESULT
init_global(script_ctx_t
*ctx
)
1115 DispatchEx
*math
, *object_prototype
;
1122 hres
= create_object_prototype(ctx
, &object_prototype
);
1126 hres
= init_constructors(ctx
, object_prototype
);
1127 jsdisp_release(object_prototype
);
1131 hres
= create_dispex(ctx
, &JSGlobal_info
, NULL
, &ctx
->global
);
1135 hres
= create_math(ctx
, &math
);
1139 V_VT(&var
) = VT_DISPATCH
;
1140 V_DISPATCH(&var
) = (IDispatch
*)_IDispatchEx_(math
);
1141 hres
= jsdisp_propput_name(ctx
->global
, MathW
, &var
, NULL
/*FIXME*/, NULL
/*FIXME*/);
1142 jsdisp_release(math
);
1146 V_VT(&var
) = VT_EMPTY
;
1147 hres
= jsdisp_propput_name(ctx
->global
, undefinedW
, &var
, NULL
/*FIXME*/, NULL
/*FIXME*/);
1152 hres
= jsdisp_propput_name(ctx
->global
, NaNW
, &var
, NULL
/*FIXME*/, NULL
/*FIXME*/);
1156 num_set_inf(&var
, TRUE
);
1157 hres
= jsdisp_propput_name(ctx
->global
, InfinityW
, &var
, NULL
/*FIXME*/, NULL
/*FIXME*/);