1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/dlls/jscript
Gabriel Ivăncescu 954dd16fb1 jscript: Use the object containing the prop for builtin getters.
Since they act like values.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-08-01 21:51:13 +09:00
..
tests jscript: Properly handle passing undefined value to Number.toString in ES5+ 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: Use the object containing the prop for builtin getters. 2023-08-01 21:51:13 +09:00
engine.c jscript: Always create detached variable objects with no class. 2023-06-23 22:48:18 +02:00
engine.h jscript: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:42 +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: Properly set JS_E_WRONG_THIS as a TypeError. 2023-07-20 21:48:40 +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_classes.idl
jscript_main.c
jscript.c jscript: Implement WeakMap.set(). 2023-07-20 21:48:39 +02:00
jscript.h jscript: Implement WeakMap.set(). 2023-07-20 21:48:39 +02:00
jscript.rc jscript: Implement WeakMap.set(). 2023-07-20 21:48:39 +02:00
jscript.rgs
jscript.spec
jsglobal_dispid.h
jsglobal.idl
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 jscript: Remove DECLSPEC_HIDDEN usage. 2023-07-03 22:15:42 +02:00
jsutils.c jscript: Fix jsstr leak after changing variant type to BSTR. 2023-03-13 22:07:14 +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
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: Implement WeakMap instance stub and constructor. 2023-07-20 21:48:39 +02: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 WeakMap.set(). 2023-07-20 21:48:39 +02:00
set.c jscript: Implement WeakMap.has(). 2023-07-20 21:48:39 +02: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