1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
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 jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
array.c jscript: Pass correct 'this' to callbacks called by builtins. 2022-11-23 17:59:47 +01:00
bool.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
cc_parser.y
compile.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
date.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
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 jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
error.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
function.c jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
global.c jscript: Make Object.prototype.__proto__ an actual accessor. 2022-03-21 22:33:24 +01:00
jscript_classes.idl
jscript_main.c
jscript.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
jscript.h jscript: Pass a jsval as the 'this' to disp_call_value. 2022-11-23 17:59:47 +01:00
jscript.rc jscript: Return proper error in Number.toLocaleString with invalid 'this' in ES5 mode. 2022-05-03 20:24:18 +02:00
jscript.rgs
jscript.spec
jsglobal_dispid.h
jsglobal.idl
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 jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
jsstr.h jscript: Fix GCC 12.2 warning. 2022-09-19 20:10:36 +02:00
jsutils.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
jsval.h jscript: Treat NULL disps as actual null values in html mode. 2022-04-12 22:13:05 +02:00
lex.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
Makefile.in
math.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
number.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
object.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
parser.h
parser.y jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
regexp.c jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
regexp.h jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00
resource.h jscript: Return proper error in Number.toLocaleString with invalid 'this' in ES5 mode. 2022-05-03 20:24:18 +02:00
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 jscript: Use CRT allocation functions. 2022-11-21 22:10:43 +01:00