wine/dlls/jscript
2024-11-19 21:11:54 +01:00
..
tests jscript/tests: Add tests for star and opt operators in global regex. 2024-11-19 21:11:54 +01:00
activex.c
array.c
arraybuf.c
bool.c
cc_parser.y
compile.c
date.c
decode.c
dispex.c mshtml: Use actual referenced prop flags for window script props. 2024-11-18 22:42:00 +01:00
engine.c jscript: Don't use call frame for indirect eval calls for storing variables. 2024-08-22 23:12:06 +02:00
engine.h
enumerator.c jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM. 2024-09-18 22:41:48 +02:00
error.c jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM. 2024-09-18 22:41:48 +02:00
function.c mshtml: Add support for host object accessor props. 2024-10-03 22:53:15 +02:00
global.c jscript: Make most builtin global objects configurable. 2024-11-18 22:42:00 +01:00
jscript.c jscript: Introduce HostConstructor function type. 2024-08-06 23:26:53 +02:00
jscript.h mshtml: Add support for host object accessor props. 2024-10-03 22:53:15 +02:00
jscript.rc jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM. 2024-09-18 22:41:48 +02:00
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsdisp.idl mshtml: Use actual referenced prop flags for window script props. 2024-11-18 22:42:00 +01:00
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Restrict the allowed escape characters of JSON.parse in html mode. 2024-08-22 23:12:06 +02:00
jsregexp.c jscript: Handle star and opt operators while matching global regex properly. 2024-11-19 21:11:54 +01:00
jsstr.c
jsstr.h
jsutils.c
jsval.h
lex.c jscript: Restrict the allowed escape characters of JSON.parse in html mode. 2024-08-22 23:12:06 +02:00
Makefile.in
math.c
number.c
object.c jscript: Use a dedicated jsclass_t entry for host objects. 2024-07-24 20:14:51 +02:00
parser.h jscript: Restrict the allowed escape characters of JSON.parse in html mode. 2024-08-22 23:12:06 +02:00
parser.y jscript: Allow ES5 keywords as identifiers in expressions. 2024-10-10 23:14:41 +02:00
regexp.c
regexp.h
resource.h jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM. 2024-09-18 22:41:48 +02:00
set.c jscript: Make most builtin global objects configurable. 2024-11-18 22:42:00 +01:00
string.c
vbarray.c