search for: global_class

Displaying 3 results from an estimated 3 matches for "global_class".

Did you mean: global_cflags
2007 Mar 20
0
9 commits - configure.ac libswfdec/swfdec_bits.c libswfdec/swfdec_debug.c libswfdec/swfdec_js.c libswfdec/swfdec_script.c libswfdec/swfdec_sound.c
...ebugging stuff This was used when Swfdec compiled AS bytecode to Spidermonkey bytecode and is useless now. diff --git a/libswfdec/swfdec_js.c b/libswfdec/swfdec_js.c index 3e96503..5ec2303 100644 --- a/libswfdec/swfdec_js.c +++ b/libswfdec/swfdec_js.c @@ -68,16 +68,6 @@ static JSClass global_class = { JS_EnumerateStub,JS_ResolveStub,JS_ConvertStub,JS_FinalizeStub }; -static JSTrapStatus G_GNUC_UNUSED -swfdec_js_debug_one (JSContext *cx, JSScript *script, jsbytecode *pc, - jsval *rval, void *closure) -{ - if (g_getenv ("SWFDEC_JS") && g_str_equal (g_getenv ("...
2013 Feb 14
0
Really need some help:: Weird Issue with external data look up in puppet 2.6.11
...p and site # Puppet then uses this info to query hiera about the host node default { $region = extlookup( "region" ) $hostgroup = extlookup( "hostgroup" ) $site = extlookup( "site" ) $env = extlookup( "env" ) hiera_include( "global_classes" ) # This is maintained in defaults.yaml hiera_include( "hostgroup_classes" ) # Maintained in hostgroups/<hostgroup>/<hostgroup>.yaml hiera_include( "site_classes" ) # Maintained in hostgroups/<hostgroup>/<site>/<site>.yam...
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...%u bytes", runtime_size); -} - -static void -swfdec_js_error_report (JSContext *cx, const char *message, JSErrorReport *report) -{ - SWFDEC_ERROR ("JS Error: %s", message); - /* FIXME: #ifdef this when not debugging the compiler */ - //g_assert_not_reached (); -} - -static JSClass global_class = { - "global",0, - JS_PropertyStub,JS_PropertyStub,JS_PropertyStub,JS_PropertyStub, - JS_EnumerateStub,JS_ResolveStub,JS_ConvertStub,JS_FinalizeStub -}; - -/** - * swfdec_js_init_player: - * @player: a #SwfdecPlayer - * - * Initializes @player for Javascript processing. - **/ -void -s...