Displaying 1 result from an estimated 1 matches for "2b5cefe".
Did you mean:
2b5c9f
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
...ff-tree 41b2667964b52d329563d8dc1416159db3fc8fe4 (from 9455718a161adcddb76a64ad8e56574bf33a085f)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu May 31 12:34:57 2007 +0200
implement isFinite and isNaN
diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c
index 2b5cefe..d899d1e 100644
--- a/libswfdec/swfdec_as_context.c
+++ b/libswfdec/swfdec_as_context.c
@@ -763,6 +763,20 @@ swfdec_as_context_ASSetPropFlags (Swfdec
}
static void
+swfdec_as_context_isFinite (SwfdecAsObject *object, guint argc, SwfdecAsValue *argv, SwfdecAsValue *retval)
+{
+ double d = swfde...