.. |
tests
|
jscript: Don't expose Function.prototype.arguments in non-html mode.
|
2023-06-23 22:48:18 +02:00 |
activex.c
|
|
|
array.c
|
jscript: Don't use iface_to_jsdisp where it's not necessary to grab it.
|
2023-06-21 18:54:45 +02:00 |
bool.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
cc_parser.y
|
|
|
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
|
|
|
dispex.c
|
jscript: Store detached args into a scope's specialized buffer.
|
2023-06-21 18:54:45 +02:00 |
engine.c
|
jscript: Store ref to scope directly instead of frame in arguments object.
|
2023-06-23 22:48:18 +02:00 |
engine.h
|
jscript: Store ref to scope directly instead of frame in arguments object.
|
2023-06-23 22:48:18 +02:00 |
enumerator.c
|
jscript: Implement a Garbage Collector to deal with circular references.
|
2022-12-08 20:32:10 +01:00 |
error.c
|
jscript: Throw proper error for unexpected quantifiers in RegExp.
|
2023-05-30 16:42:12 +02:00 |
function.c
|
jscript: Don't use detached arguments buffer in html mode.
|
2023-06-23 22:48:18 +02:00 |
global.c
|
jscript: Correctly implement context for indirect eval calls in ES5+ modes.
|
2023-06-21 18:54:39 +02:00 |
jscript.c
|
jscript: Implement SID_GetCaller for QueryService.
|
2023-01-27 13:39:06 +01:00 |
jscript.h
|
jscript: Store detached args into a scope's specialized buffer.
|
2023-06-21 18:54:45 +02:00 |
jscript.rc
|
jscript: Throw proper error for unexpected quantifiers in RegExp.
|
2023-05-30 16:42:12 +02:00 |
jscript.rgs
|
|
|
jscript.spec
|
|
|
jscript_classes.idl
|
|
|
jscript_main.c
|
|
|
jsglobal.idl
|
|
|
jsglobal_dispid.h
|
|
|
json.c
|
jscript: Use jsstr_empty instead of allocating empty string.
|
2023-06-23 22:48:18 +02:00 |
jsregexp.c
|
jscript: Don't use iface_to_jsdisp where it's not necessary to grab it.
|
2023-06-21 18:54:45 +02:00 |
jsstr.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
jsstr.h
|
|
|
jsutils.c
|
jscript: Fix jsstr leak after changing variant type to BSTR.
|
2023-03-13 22:07:14 +01:00 |
jsval.h
|
|
|
lex.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
Makefile.in
|
|
|
math.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
number.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
object.c
|
jscript: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
parser.h
|
|
|
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: Use CRT allocation functions.
|
2022-11-21 22:10:43 +01:00 |
resource.h
|
jscript: Throw proper error for unexpected quantifiers in RegExp.
|
2023-05-30 16:42:12 +02:00 |
set.c
|
jscript: Implement a Garbage Collector to deal with circular references.
|
2022-12-08 20:32:10 +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 |