search for: swfdec_type_as_with

Displaying 2 results from an estimated 2 matches for "swfdec_type_as_with".

2007 Sep 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_scope.c libswfdec/swfdec_as_scope.h libswfdec/swfdec_as_script_function.c
...Context *context; - SwfdecAsFrame *frame; - SwfdecAsScope *scope; - SwfdecAsWith *with; - - g_return_val_if_fail (SWFDEC_IS_AS_OBJECT (object), NULL); - - context = object->context; - if (!swfdec_as_context_use_mem (context, sizeof (SwfdecAsWith))) - return NULL; - with = g_object_new (SWFDEC_TYPE_AS_WITH, NULL); - swfdec_as_object_add (SWFDEC_AS_OBJECT (with), context, sizeof (SwfdecAsWith)); - scope = SWFDEC_AS_SCOPE (with); - frame = context->frame; - with->object = object; - scope->startpc = startpc; - scope->endpc = startpc + n_bytes; - scope->next = frame->scope; - fr...
2007 Jun 05
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_scope.h
...Context *context; + SwfdecAsFrame *frame; + SwfdecAsScope *scope; + SwfdecAsWith *with; + + g_return_val_if_fail (SWFDEC_IS_AS_OBJECT (object), NULL); + + context = object->context; + if (!swfdec_as_context_use_mem (context, sizeof (SwfdecAsWith))) + return NULL; + with = g_object_new (SWFDEC_TYPE_AS_WITH, NULL); + swfdec_as_object_add (SWFDEC_AS_OBJECT (with), context, sizeof (SwfdecAsWith)); + scope = SWFDEC_AS_SCOPE (with); + frame = context->frame; + with->object = object; + scope->startpc = startpc; + scope->endpc = startpc + n_bytes; + scope->next = frame->scope; + fr...