.. |
tests
|
jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces.
|
2012-12-24 13:33:14 +01:00 |
Makefile.in
|
jscript: Moved generic regular expressions code to separate file.
|
2013-02-15 14:43:17 +01:00 |
activex.c
|
jscript: Added to_flat_string helper and use it to access string buffer in activex.c.
|
2013-03-27 12:13:32 +01:00 |
array.c
|
jscript: Use to_flat_string to access string buffer in array.c.
|
2013-03-27 12:13:36 +01:00 |
bool.c
|
jscript: Use custom string container instead of BSTR.
|
2012-10-11 18:53:04 +02:00 |
compile.c
|
jscript: Fix warning with older compilers.
|
2013-03-25 13:56:17 +01:00 |
date.c
|
jscript: Added jsstr_flatten helper and use it to access string buffer in date.c.
|
2013-03-26 12:15:57 +01:00 |
decode.c
|
…
|
|
dispex.c
|
jscript: Use jsstr_flatten to access string buffer in dispex.c.
|
2013-03-26 12:16:01 +01:00 |
engine.c
|
jscript: Use helpers to access string buffer in engine.c.
|
2013-03-27 12:13:39 +01:00 |
engine.h
|
jscript: Rename jsheap_t to heap_pool_t.
|
2013-02-15 14:42:58 +01:00 |
error.c
|
jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len.
|
2013-03-25 14:10:08 +01:00 |
function.c
|
jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len.
|
2013-03-25 14:10:08 +01:00 |
global.c
|
jscript: Use helpers to access string buffer in global.c.
|
2013-03-27 12:13:41 +01:00 |
jscript.c
|
jscript: Rename jsheap_t to heap_pool_t.
|
2013-02-15 14:42:58 +01:00 |
jscript.h
|
jscript: Added to_flat_string helper and use it to access string buffer in activex.c.
|
2013-03-27 12:13:32 +01:00 |
jscript.rc
|
jscript: Throw an error if return statement is in eval code.
|
2012-12-12 20:23:13 +01:00 |
jscript.rgs
|
…
|
|
jscript.spec
|
…
|
|
jscript_classes.idl
|
…
|
|
jscript_main.c
|
jscript: Use custom string container instead of BSTR.
|
2012-10-11 18:53:04 +02:00 |
jsglobal.idl
|
…
|
|
jsglobal_dispid.h
|
…
|
|
jsregexp.c
|
jscript: Use helpers to access string buffers in jsregexp.c.
|
2013-04-01 12:19:01 +02:00 |
jsstr.c
|
jscript: Moved string buffer to separated struct from jsstr_t.
|
2013-04-01 12:19:06 +02:00 |
jsstr.h
|
jscript: Moved string buffer to separated struct from jsstr_t.
|
2013-04-01 12:19:06 +02:00 |
jsutils.c
|
jscript: Added to_flat_string helper and use it to access string buffer in activex.c.
|
2013-03-27 12:13:32 +01:00 |
jsval.h
|
jscript: Use custom string container instead of BSTR.
|
2012-10-11 18:53:04 +02:00 |
lex.c
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
math.c
|
jscript: Store exception value in script_ctx_t instead of passing it everywhere.
|
2012-09-19 13:04:16 +02:00 |
number.c
|
jscript: Return buffer pointer separately from jsstr_t from jsstr_alloc_len.
|
2013-03-25 14:10:08 +01:00 |
object.c
|
jscript: Use helpers to access string buffer in object.c.
|
2013-03-27 12:13:44 +01:00 |
parser.y
|
jscript: Rename jsheap_t to heap_pool_t.
|
2013-02-15 14:42:58 +01:00 |
regexp.c
|
jscript: Cleanup regular expressions engine API.
|
2013-02-19 19:50:36 +01:00 |
regexp.h
|
jscript: Cleanup regular expressions engine API.
|
2013-02-19 19:50:36 +01:00 |
resource.h
|
jscript: Throw an error if return statement is in eval code.
|
2012-12-12 20:23:13 +01:00 |
string.c
|
jscript: Use helpers to access string buffer in string.c.
|
2013-04-01 12:19:04 +02:00 |
vbarray.c
|
jscript: Fixed some leaks (coverity).
|
2012-10-31 16:12:27 +01:00 |