search for: is_blaclist

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

Did you mean: is_blaclisted
2007 Aug 22
0
3 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_function.c test/trace
...t set __proto__[\"" + prop + "\"] back to old value"); + trace ("Error: Couldn't set __proto__[\"" + prop + + "\"] back to old value"); if (constant) ASSetPropFlags (o.__proto__, prop, 4); @@ -123,12 +192,15 @@ function is_blaclisted (o, prop) if (prop == "mySecretId" || prop == "globalSecretId") return true; -#if __SWF_VERSION__ >= 6 if (o == _global.Camera && prop == "names") return true; if (o == _global.Microphone && prop == "names") re...
2007 Aug 21
0
2 commits - test/trace
...e o.__proto__[prop]; + if (o.__proto__[prop] != undefined) + trace ("ERROR: Couldn't delete temporary __proto__[\"" + prop + "\"]"); + return result; + } +} +#endif function new_info () { return new_empty_object (); @@ -95,11 +122,13 @@ function is_blaclisted (o, prop) if (prop == "mySecretId" || prop == "globalSecretId") return true; +#if __SWF_VERSION__ >= 6 if (o == _global.Camera && prop == "names") return true; if (o == _global.Microphone && prop == "names") re...
2007 Aug 15
3
2 commits - libswfdec/swfdec_as_object.c test/trace
libswfdec/swfdec_as_object.c | 62 +++++++++++++++------- test/trace/Makefile.am | 9 +++ test/trace/addProperty-set-prototypes-5.swf |binary test/trace/addProperty-set-prototypes-5.swf.trace | 4 + test/trace/addProperty-set-prototypes-6.swf |binary test/trace/addProperty-set-prototypes-6.swf.trace | 5 +