.. |
tests
|
jscript: Added support for host objects being part of scope chain.
|
2012-09-13 16:47:29 +02:00 |
Makefile.in
|
…
|
|
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
|
…
|
|
dispex.c
|
jscript: Don't assume that undefined variable is zeroed.
|
2012-09-17 18:30:20 +02:00 |
engine.c
|
jscript: Use helper to access jsval_t type.
|
2012-09-17 18:30:14 +02:00 |
engine.h
|
jscript: Use BOOL instead of VARIANT_BOOL in lexer.
|
2012-09-17 18:30:08 +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
|
…
|
|
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: Avoid direct access to jsval_t struct.
|
2012-09-17 18:30:25 +02:00 |
jsval.h
|
jscript: Use helper to access jsval_t type.
|
2012-09-17 18:30:14 +02:00 |
lex.c
|
jscript: Use BOOL instead of VARIANT_BOOL in lexer.
|
2012-09-17 18:30: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 |