.. |
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 more useful debug traces.
|
2012-12-07 12:04:25 +01:00 |
array.c
|
jscript: Added jsstr_flush helper and use it in array_join.
|
2013-03-05 12:43:16 +01:00 |
bool.c
|
jscript: Use custom string container instead of BSTR.
|
2012-10-11 18:53:04 +02:00 |
compile.c
|
jscript: Use DEFAULT_UNREACHABLE macro where appropriate.
|
2013-03-13 16:27:49 +01:00 |
date.c
|
jscript: Avoid signed-unsigned integer comparisons.
|
2013-02-11 11:46:05 +01:00 |
decode.c
|
…
|
|
dispex.c
|
jscript: Use BSTR also for pure IDispatch call in disp_delete_name.
|
2013-03-11 17:01:47 +01:00 |
engine.c
|
jscript: Use BSTR also for pure IDispatch call in disp_get_id.
|
2013-03-11 17:01:50 +01:00 |
engine.h
|
jscript: Rename jsheap_t to heap_pool_t.
|
2013-02-15 14:42:58 +01:00 |
error.c
|
jscript: Pass msg as jsstr_t to create_error.
|
2013-03-08 18:11:05 +01:00 |
function.c
|
jscript: Use jsstr_flush in construct_function.
|
2013-03-05 12:43:20 +01:00 |
global.c
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
jscript.c
|
jscript: Rename jsheap_t to heap_pool_t.
|
2013-02-15 14:42:58 +01:00 |
jscript.h
|
jscript: Use (index,length) pair as match result.
|
2013-03-07 14:56:17 +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: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
jsstr.c
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
jsstr.h
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
jsutils.c
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +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: Fixed Number.toFixed for value 0 with 0 precision.
|
2012-12-17 20:31:16 +01:00 |
object.c
|
jscript: Use BSTR also for pure IDispatch call in Object.hasOwnProperty.
|
2013-03-11 17:01:53 +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: Avoid direct access to string buffer in a few more places.
|
2013-03-08 18:11:05 +01:00 |
vbarray.c
|
jscript: Fixed some leaks (coverity).
|
2012-10-31 16:12:27 +01:00 |