Sweden-Number/dlls/jscript
Gabriel Ivăncescu cf7a432df5 jscript/tests: Add initial tests for the script TypeInfo.
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>
2019-12-12 23:17:05 +01:00
..
tests jscript/tests: Add initial tests for the script TypeInfo. 2019-12-12 23:17:05 +01:00
Makefile.in
activex.c
array.c
bool.c
cc_parser.y
compile.c jscript: Keep a pointer to the bytecode in function_code_t. 2019-12-11 21:51:28 +01:00
date.c jscript: Build with msvcrt. 2019-06-06 11:15:24 +02:00
decode.c
dispex.c jscript: Implement ScriptTypeComp_BindType. 2019-12-12 23:17:05 +01:00
engine.c jscript: Consistently use wcscmp() instead of lstrcmpW(). 2019-06-13 14:49:04 +02:00
engine.h jscript: Keep a pointer to the bytecode in function_code_t. 2019-12-11 21:51:28 +01:00
enumerator.c
error.c
function.c jscript: Store the necessary function and variable info in the TypeInfo. 2019-12-12 23:17:05 +01:00
global.c jscript: Always check for errors in UTF8 conversions. 2019-12-04 16:03:48 +01:00
jscript.c jscript: Trace the pstrItemName parameter. 2019-11-22 13:31:05 +01:00
jscript.h jscript: Implement ScriptTypeInfo_GetIDsOfNames. 2019-12-12 23:17:05 +01:00
jscript.rc
jscript.rgs scrrun: Moved script extensions registration to scrrun.dll. 2011-12-07 17:50:02 +01:00
jscript.spec
jscript_classes.idl
jscript_main.c jscript: Implement ScriptTypeInfo_GetIDsOfNames. 2019-12-12 23:17:05 +01:00
jsglobal.idl
jsglobal_dispid.h
json.c
jsregexp.c
jsstr.c jscript: Change prototype of jsstr_alloc_buf and fix some error handling issues. 2016-09-08 10:05:46 +09:00
jsstr.h
jsutils.c jscript: Fix the spelling of a couple of comments. 2019-12-10 20:59:19 +01:00
jsval.h
lex.c
math.c
number.c
object.c
parser.h
parser.y
regexp.c
regexp.h
resource.h
string.c
vbarray.c