Displaying 2 results from an estimated 2 matches for "879ed9d".
Did you mean:
879ed981
2007 Aug 17
0
Branch 'vivi' - 9 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c
...ction creation procedure
This is supposed to make every function a proper object when it can be passed
to a breakpoint the first time. Especially all members are supposed to be
set already.
diff --git a/libswfdec/swfdec_as_function.c b/libswfdec/swfdec_as_function.c
index 3e9b6dd..879ed9d 100644
--- a/libswfdec/swfdec_as_function.c
+++ b/libswfdec/swfdec_as_function.c
@@ -67,40 +67,31 @@ swfdec_as_function_init (SwfdecAsFunctio
}
/**
- * swfdec_as_function_create:
- * @context: a #SwfdecAsFunction
- * @type: the type of function to create
- * @size: size of @type
+ * swfdec_as_f...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...8036f901bf5c92487447d 73e6028c89191b80deaf5858ea468522749bf451
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Aug 22 09:44:29 2007 +0200
Merge branch 'vivi'
Conflicts:
libswfdec/swfdec_as_function.c
diff --cc libswfdec/swfdec_as_function.c
index 55a9ea3,879ed9d..9782a9c
@@@ -97,11 -90,8 +90,9 @@@
}
if (context->Function_prototype) {
SWFDEC_AS_VALUE_SET_OBJECT (&val, context->Function_prototype);
- swfdec_as_object_set_variable_and_flags (fun, SWFDEC_AS_STR___proto__,
- swfdec_as_object_set_variable (object, SWFDEC_AS_STR___...