wine/dlls/jscript
Gabriel Ivăncescu 2e4721ac8f jscript: Pass correct 'this' to host objects in ES5 mode.
For some reason, only pure js objects are passed in mshtml's jscript engine.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-11-30 20:48:20 +01:00
..
tests jscript: Initialize source and lastIndex for RegExp.prototype. 2022-11-23 17:59:47 +01:00
activex.c
array.c jscript: Pass correct 'this' to callbacks called by builtins. 2022-11-23 17:59:47 +01:00
bool.c
cc_parser.y
compile.c
date.c
decode.c
dispex.c jscript: Pass correct 'this' to host objects in ES5 mode. 2022-11-30 20:48:20 +01:00
engine.c jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
engine.h
enumerator.c
error.c
function.c jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
global.c
jscript.c
jscript.h jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
jsregexp.c jscript: Initialize source and lastIndex for RegExp.prototype. 2022-11-23 17:59:47 +01:00
jsstr.c
jsstr.h
jsutils.c
jsval.h
lex.c
Makefile.in
math.c
number.c
object.c
parser.h
parser.y
regexp.c
regexp.h
resource.h
set.c jscript: Throw proper error when calling Set constructor as method. 2022-11-23 17:59:47 +01:00
string.c jscript: Pass a jsval as the 'this' to jsdisp_call_value. 2022-11-23 17:59:47 +01:00
vbarray.c