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
Makefile.in
activex.c
array.c
bool.c
cc_parser.y
compile.c
date.c
decode.c
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
enumerator.c
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.c
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
jsregexp.c
jsstr.c
jsstr.h
jsutils.c
jsval.h jscript: Use quiet NaNs in jsval. 2021-04-05 23:00:00 +02:00
lex.c
math.c
number.c
object.c jscript: Add Object.isFrozen and Object.isSealed implementation. 2021-04-02 21:13:39 +02:00
parser.h
parser.y
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
vbarray.c