Sweden-Number/dlls/jscript
Jacek Caban 5a90acf59c jscript: Use global accumulator for storing function call results.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-12 14:08:07 +02:00
..
tests jscript: Use global accumulator for storing function call results. 2018-06-12 14:08:07 +02:00
Makefile.in
activex.c
array.c jscript: Added Array.prototype.indexOf implementation. 2018-03-02 10:54:32 +01:00
bool.c
cc_parser.y
compile.c jscript: Use global accumulator for storing function call results. 2018-06-12 14:08:07 +02:00
date.c jscript: Added Date.prototype.toISOString implementation. 2018-04-11 20:14:45 +02:00
decode.c
dispex.c jscript: Fix MSVC build. 2018-06-05 09:19:41 +02:00
engine.c jscript: Use global accumulator for storing function call results. 2018-06-12 14:08:07 +02:00
engine.h jscript: Use global accumulator for storing function call results. 2018-06-12 14:08:07 +02:00
error.c jscript: Use jsdisp_define_property for Error object properties. 2018-05-14 16:26:01 +02:00
function.c jscript: Use jsdisp_define_property to set prototype constructors. 2018-05-14 16:26:07 +02:00
global.c jscript: Use jsdisp_define_property instead of jsdisp_propput_dontenum for global properties. 2018-05-11 17:26:51 +02:00
jscript.c jscript: Use global accumulator for storing function call results. 2018-06-12 14:08:07 +02:00
jscript.h jscript: Use global accumulator for storing function call results. 2018-06-12 14:08:07 +02:00
jscript.rc jscript: Add Object.defineProperty implementation. 2018-05-11 17:26:51 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Avoid crash when calling stringify() with no arguments. 2018-05-07 12:02:51 +02:00
jsregexp.c jscript: Make RegExp object properties non-writable. 2018-05-11 00:39:51 +02:00
jsstr.c
jsstr.h
jsutils.c jscript: Properly support overloaded values in to_int32. 2018-04-11 20:14:41 +02:00
jsval.h
lex.c jscript: Properly parse large hexadecimal listerals. 2018-04-11 20:14:43 +02:00
math.c jscript: Use jsdisp_define_property instead of jsdisp_propput_const. 2018-05-11 17:26:51 +02:00
number.c
object.c jscript: Use jsdisp_define_data_property in Object.getOwnPropertyDescriptor. 2018-06-11 16:48:26 +02:00
parser.h
parser.y jscript: Allow using reserved words as identifiers in ES5 mode. 2018-04-04 22:04:27 +02:00
regexp.c
regexp.h
resource.h jscript: Add Object.defineProperty implementation. 2018-05-11 17:26:51 +02:00
string.c jscript: Added String.trim implementation. 2018-05-25 19:40:22 +02:00
vbarray.c