Sweden-Number/dlls/jscript
Jacek Caban 1985f330f8 jscript: Add function name to its scope chain in ES5 mode.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-12 19:35:09 +02:00
..
tests jscript: Get dispid and call invoke in a single step when setting a member property. 2021-04-01 18:29:48 +02:00
Makefile.in
activex.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
array.c
bool.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
cc_parser.y
compile.c jscript: Get dispid and call invoke in a single step when setting a member property. 2021-04-01 18:29:48 +02:00
date.c jscript: Support VT_DATE to string conversion. 2021-01-19 21:44:17 +01:00
decode.c jscript: Use wide-char string literals. 2020-12-03 20:18:39 +01:00
dispex.c jscript: Remove unreachable statement in disp_call_value(). 2021-04-12 19:33:57 +02:00
engine.c jscript: Add function name to its scope chain in ES5 mode. 2021-04-12 19:35:09 +02:00
engine.h jscript: Get dispid and call invoke in a single step when setting a member property. 2021-04-01 18:29:48 +02:00
enumerator.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
error.c jscript: Support non-extensible objects in jsdisp_define_property. 2021-04-01 18:34:06 +02:00
function.c jscript: Throw error when trying to add a property to non-extensible objects in jsdisp_propput_idx. 2021-04-02 21:13:27 +02:00
global.c jscript: Store the object prototype in the script context. 2021-03-11 22:58:26 +01:00
jscript.c jscript: Store the object prototype in the script context. 2021-03-11 22:58:26 +01:00
jscript.h jscript: Add Object.isFrozen and Object.isSealed implementation. 2021-04-02 21:13:39 +02:00
jscript.rc jscript: Support non-extensible objects in jsdisp_define_property. 2021-04-01 18:34:06 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
jsregexp.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
jsstr.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
jsstr.h
jsutils.c jscript: Add VT_CY type support. 2021-01-22 20:34:57 +01:00
jsval.h jscript: Use quiet NaNs in jsval. 2021-04-05 23:00:00 +02:00
lex.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
math.c jscript: Use wide-char string literals in struct initialization. 2020-11-05 20:46:19 +01:00
number.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00
object.c jscript: Add Object.isFrozen and Object.isSealed implementation. 2021-04-02 21:13:39 +02:00
parser.h
parser.y jscript: Fallback to begin of input in script_parse if error location was not recorded. 2021-03-24 20:46:23 +01:00
regexp.c
regexp.h
resource.h jscript: Support non-extensible objects in jsdisp_define_property. 2021-04-01 18:34:06 +02:00
string.c jscript: Add String.prototype.toLocaleUpperCase and toLocaleLowerCase implementation. 2021-03-15 20:37:10 +01:00
vbarray.c jscript: Use wide-char string literals. 2020-11-24 16:53:52 +01:00