Sweden-Number/dlls/jscript
Gabriel Ivăncescu 121851955e jscript: Use proper error description for invalid Set 'this'.
Map and Set share the same error code, but the description given is different,
so we need to throw it manually.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-04-14 23:45:30 +02:00
..
tests jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
Makefile.in jscript: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
activex.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
array.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
bool.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
cc_parser.y makefiles: Specify the bison prefix directly in the source files. 2022-01-21 13:15:12 +01:00
compile.c
date.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
decode.c
dispex.c jscript: Treat NULL disps as actual null values in html mode. 2022-04-12 22:13:05 +02:00
engine.c jscript: Defer lookup to the actual locals for function statements. 2022-04-13 20:19:47 +02:00
engine.h
enumerator.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
error.c jscript: Don't allow changing prototype on non-extensible objects. 2022-03-21 22:33:30 +01:00
function.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
global.c jscript: Make Object.prototype.__proto__ an actual accessor. 2022-03-21 22:33:24 +01:00
jscript.c jscript: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
jscript.h jscript: Don't allow changing prototype on non-extensible objects. 2022-03-21 22:33:30 +01:00
jscript.rc jscript: Use proper error description for invalid Set 'this'. 2022-04-14 23:45:30 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c jscript: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Store NULL disps as a different type of jsval_null. 2022-03-24 23:22:06 +01:00
jsregexp.c jscript: Pass a jsval "this" to builtin functions. 2022-03-17 21:06:11 +01:00
jsstr.c
jsstr.h
jsutils.c jscript: Treat NULL disps as actual null values in html mode. 2022-04-12 22:13:05 +02:00
jsval.h jscript: Treat NULL disps as actual null values in html mode. 2022-04-12 22:13:05 +02:00
lex.c
math.c jscript: Pass a jsval "this" to builtin functions. 2022-03-17 21:06:11 +01:00
number.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
object.c jscript: Handle non-JS objects in Object.getPrototypeOf. 2022-03-25 17:55:01 +01:00
parser.h
parser.y makefiles: Specify the bison prefix directly in the source files. 2022-01-21 13:15:12 +01:00
regexp.c jscript: Enable compilation with long types. 2022-02-11 11:21:29 +01:00
regexp.h
resource.h jscript: Don't allow changing prototype on non-extensible objects. 2022-03-21 22:33:30 +01:00
set.c jscript: Use proper error description for invalid Set 'this'. 2022-04-14 23:45:30 +02:00
string.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00
vbarray.c jscript: Handle NULL return pointers in all constructors. 2022-04-14 23:45:29 +02:00