.. |
tests
|
jscript: Implement IActiveScriptSite service.
|
2024-01-30 11:06:16 +01:00 |
activex.c
|
jscript: Handle NULL return pointers in all constructors.
|
2022-04-14 23:45:29 +02:00 |
array.c
|
jscript: Fix array leak in Array.filter.
|
2023-11-03 21:46:07 +01:00 |
arraybuf.c
|
jscript: Implement ArrayBuffer.prototype.slice.
|
2024-02-12 23:02:03 +01:00 |
bool.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
cc_parser.y
|
makefiles: Specify the bison prefix directly in the source files.
|
2022-01-21 13:15:12 +01:00 |
compile.c
|
jscript: Start from the last argument when adding them to named locals.
|
2023-06-21 18:54:49 +02:00 |
date.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
decode.c
|
jscript: Use wide-char string literals.
|
2020-12-03 20:18:39 +01:00 |
dispex.c
|
jscript: Allow garbage collection between different jscript contexts.
|
2024-01-22 14:25:54 +01:00 |
engine.c
|
jscript: Don't addref before calling jsdisp_propput_name.
|
2023-11-03 21:46:07 +01:00 |
engine.h
|
jscript: Remove DECLSPEC_HIDDEN usage.
|
2023-07-03 22:15:42 +02:00 |
enumerator.c
|
jscript: Fix EnumVARIANT leak in enumerators.
|
2023-11-03 21:46:07 +01:00 |
error.c
|
jscript: Implement ArrayBuffer.prototype.slice.
|
2024-02-12 23:02:03 +01:00 |
function.c
|
jscript: Don't use detached arguments buffer in html mode.
|
2023-06-23 22:48:18 +02:00 |
global.c
|
jscript: Add initial implementation of ArrayBuffer.
|
2024-02-12 23:02:02 +01:00 |
jscript.c
|
jscript: Make the garbage collector thread-wide rather than per-ctx.
|
2024-01-22 14:25:54 +01:00 |
jscript.h
|
jscript: Use the correct facility for JScript errors.
|
2024-03-18 11:00:41 +01:00 |
jscript.rc
|
jscript: Implement ArrayBuffer.prototype.slice.
|
2024-02-12 23:02:03 +01:00 |
jscript.rgs
|
|
|
jscript.spec
|
jscript: Added stub DLL.
|
2008-03-10 11:30:19 +01:00 |
jscript_classes.idl
|
|
|
jscript_main.c
|
jscript: Make the garbage collector thread-wide rather than per-ctx.
|
2024-01-22 14:25:54 +01:00 |
jsglobal.idl
|
|
|
jsglobal_dispid.h
|
|
|
json.c
|
jscript: Fix value arg leak in transform_json_object.
|
2023-11-03 21:46:10 +01:00 |
jsregexp.c
|
jscript: Don't addref before calling jsdisp_propput_name.
|
2023-11-03 21:46:07 +01:00 |
jsstr.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
jsstr.h
|
jscript: Remove DECLSPEC_HIDDEN usage.
|
2023-07-03 22:15:42 +02:00 |
jsutils.c
|
jscript: Implement IActiveScriptSite service.
|
2024-01-30 11:06:16 +01:00 |
jsval.h
|
jscript: Remove DECLSPEC_HIDDEN usage.
|
2023-07-03 22:15:42 +02:00 |
lex.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
Makefile.in
|
jscript: Add initial implementation of ArrayBuffer.
|
2024-02-12 23:02:02 +01:00 |
math.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
number.c
|
jscript: Properly handle passing undefined value to Number.toString in ES5+ mode.
|
2023-06-23 22:48:18 +02:00 |
object.c
|
jscript: Add initial implementation of DataView.
|
2024-02-12 23:02:02 +01:00 |
parser.h
|
jscript: Remove DECLSPEC_HIDDEN usage.
|
2023-07-03 22:15:42 +02:00 |
parser.y
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
regexp.c
|
jscript: Throw proper error for out of memory conditions in RegExp.
|
2023-05-30 16:42:12 +02:00 |
regexp.h
|
jscript: Remove DECLSPEC_HIDDEN usage.
|
2023-07-03 22:15:42 +02:00 |
resource.h
|
jscript: Implement ArrayBuffer.prototype.slice.
|
2024-02-12 23:02:03 +01:00 |
set.c
|
jscript: Allow garbage collection between different jscript contexts.
|
2024-01-22 14:25:54 +01:00 |
string.c
|
jscript: Remove unnecessary call to malloc in strbuf_ensure_size.
|
2023-06-05 14:01:07 +02:00 |
vbarray.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |