search for: 265c6cb

Displaying 4 results from an estimated 4 matches for "265c6cb".

Did you mean: 263c6cf
2007 Aug 17
0
4 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h test/trace
...object_add_variable (SwfdecAsO var->set = set; var->flags = 0; if (set == NULL) - var->flags |= SWFDEC_AS_VARIABLE_READONLY; + var->flags |= SWFDEC_AS_VARIABLE_CONSTANT; } /*** AS CODE ***/ diff --git a/libswfdec/swfdec_as_object.h b/libswfdec/swfdec_as_object.h index 265c6cb..55bfc05 100644 --- a/libswfdec/swfdec_as_object.h +++ b/libswfdec/swfdec_as_object.h @@ -27,9 +27,9 @@ G_BEGIN_DECLS /* NB: matches ASSetPropFlags */ typedef enum { - SWFDEC_AS_VARIABLE_DONT_ENUM = (1 << 0), + SWFDEC_AS_VARIABLE_HIDDEN = (1 << 0), SWFDEC_AS_VARIABLE_PERMANENT...
2007 Aug 15
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace
...return TRUE; } - object = object->prototype; + cur = cur->prototype; } if (i == 256) { swfdec_as_context_abort (object->context, "Prototype recursion limit exceeded"); diff --git a/libswfdec/swfdec_as_object.h b/libswfdec/swfdec_as_object.h index f82cd9c..265c6cb 100644 --- a/libswfdec/swfdec_as_object.h +++ b/libswfdec/swfdec_as_object.h @@ -65,6 +65,7 @@ struct _SwfdecAsObjectClass { void (* add) (SwfdecAsObject * object); /* get the value and flags for a variables */ gboolean (* get) (SwfdecAsObject * object, + SwfdecAsO...
2007 Aug 16
0
Branch 'vivi' - 23 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace vivified/core
...return TRUE; } - object = object->prototype; + cur = cur->prototype; } if (i == 256) { swfdec_as_context_abort (object->context, "Prototype recursion limit exceeded"); diff --git a/libswfdec/swfdec_as_object.h b/libswfdec/swfdec_as_object.h index f82cd9c..265c6cb 100644 --- a/libswfdec/swfdec_as_object.h +++ b/libswfdec/swfdec_as_object.h @@ -65,6 +65,7 @@ struct _SwfdecAsObjectClass { void (* add) (SwfdecAsObject * object); /* get the value and flags for a variables */ gboolean (* get) (SwfdecAsObject * object, + SwfdecAsO...
2007 Aug 20
0
Branch 'vivi' - 60 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c
...object_add_variable (SwfdecAsO var->set = set; var->flags = 0; if (set == NULL) - var->flags |= SWFDEC_AS_VARIABLE_READONLY; + var->flags |= SWFDEC_AS_VARIABLE_CONSTANT; } /*** AS CODE ***/ diff --git a/libswfdec/swfdec_as_object.h b/libswfdec/swfdec_as_object.h index 265c6cb..55bfc05 100644 --- a/libswfdec/swfdec_as_object.h +++ b/libswfdec/swfdec_as_object.h @@ -27,9 +27,9 @@ G_BEGIN_DECLS /* NB: matches ASSetPropFlags */ typedef enum { - SWFDEC_AS_VARIABLE_DONT_ENUM = (1 << 0), + SWFDEC_AS_VARIABLE_HIDDEN = (1 << 0), SWFDEC_AS_VARIABLE_PERMANENT...