.. |
tests
|
jscript: Added support for host objects being part of scope chain.
|
2012-09-13 16:47:29 +02:00 |
Makefile.in
|
jscript: Added decoding support.
|
2012-03-26 18:15:11 +02:00 |
activex.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
array.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
bool.c
|
jscript: Store Boolean object's value as BOOL instead of VARIANT_BOOL.
|
2012-09-17 18:29:49 +02:00 |
compile.c
|
jscript: Don't leave current scope in return statement before evaluating the expression.
|
2012-09-13 16:47:22 +02:00 |
date.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
decode.c
|
jscript: Added decoding support.
|
2012-03-26 18:15:11 +02:00 |
dispex.c
|
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
|
2012-09-17 18:29:54 +02:00 |
engine.c
|
jscript: Always use jsval-based to_object implementation.
|
2012-09-17 18:29:19 +02:00 |
engine.h
|
jscript: Use jsval_t instead of VARIANT for stack values.
|
2012-09-17 18:27:42 +02:00 |
error.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
function.c
|
jscript: Always use jsval-based to_object implementation.
|
2012-09-17 18:29:19 +02:00 |
global.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
jscript.c
|
jscript: Store exception value as jsval_t instead of VARIANT.
|
2012-09-17 18:28:05 +02:00 |
jscript.h
|
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
|
2012-09-17 18:29:54 +02:00 |
jscript.rc
|
jscript: Added Number.toPrecision implementation.
|
2012-04-19 19:28:11 +02:00 |
jscript.rgs
|
scrrun: Moved script extensions registration to scrrun.dll.
|
2011-12-07 17:50:02 +01:00 |
jscript.spec
|
…
|
|
jscript_classes.idl
|
…
|
|
jscript_main.c
|
jscript: Prefer builtin version.
|
2012-07-13 14:10:30 -05:00 |
jsglobal.idl
|
…
|
|
jsglobal_dispid.h
|
…
|
|
jsutils.c
|
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
|
2012-09-17 18:29:54 +02:00 |
jsval.h
|
jscript: Added new variable representation and use it for internal function return values.
|
2012-09-17 18:27:17 +02:00 |
lex.c
|
jscript: Added support for no new line between return and expression rule.
|
2012-09-10 17:36:08 +02:00 |
math.c
|
jscript: Always use jsval-based to_number implementation.
|
2012-09-17 18:28:52 +02:00 |
number.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
object.c
|
jscript: Return BOOL instead of VARIANT_BOOL from jsdisp_is_own_prop.
|
2012-09-17 18:29:54 +02:00 |
parser.y
|
jscript: Be more verbose about parser failure.
|
2012-09-07 19:15:23 +02:00 |
regexp.c
|
jscript: Use BOOL instead of VARIANT_BOOL in a few more places.
|
2012-09-17 18:30:03 +02:00 |
resource.h
|
jscript: Added Number.toPrecision implementation.
|
2012-04-19 19:28:11 +02:00 |
string.c
|
jscript: Always use jsval-based to_string implementation.
|
2012-09-17 18:29:11 +02:00 |
vbarray.c
|
jscript: Use jsval instead of VARIANT to pass arguments to builtin functions.
|
2012-09-17 18:27:36 +02:00 |