search for: assetuperror

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

2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...dd a stub for showRedrawRegions Update global-function-properties to include showRedrawRegions and few others Forgot stubs from couple of ExternalInterface's methods Add stubs for SharedObject Add a test for SharedObject's properties Implement the (very broken) AsSetupError function Add AsSetupError to global-function-properties test Add a test for AsSetupError Add stubs for RemoteLSOUsage Add a test for RemoteLSOUsage's properties Add stub for updateAfterEvent and empty function for _global.trace Added _global.trace and updateA...
2007 Aug 22
0
3 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_function.c test/trace
...tNative = ASSetNative; +_global.ASSetNativeAccessor = ASSetNativeAccessor; +_global.ASSetPropFlags = ASSetPropFlags; +_global.ASconstructor = ASconstructor; +_global.ASnative = ASnative; +_global.Accessibility = Accessibility; +_global.Array = Array; +_global.AsBroadcaster = AsBroadcaster; +_global.AsSetupError = AsSetupError; +_global.Boolean = Boolean; +_global.Button = Button; +_global.Camera = Camera; +_global.Color = Color; +_global.ContextMenu = ContextMenu; +_global.ContextMenuItem = ContextMenuItem; +_global.Date = Date; +_global.Error = Error; +_global.Function = Function; +_global.Infinity = Inf...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...rties-5.swf differ diff --git a/test/trace/global-function-properties-5.swf.trace b/test/trace/global-function-properties-5.swf.trace index a8ee774..bc43d9f 100644 --- a/test/trace/global-function-properties-5.swf.trace +++ b/test/trace/global-function-properties-5.swf.trace @@ -7,7 +7,7 @@ _global.AsSetupError = function _global.clearInterval = function __proto__ (hpn) = _global.Object.__proto__ constructor (hp) = _global.Object.constructor -_global.clearTimeout = _global.clearInterval +_global.clearTimeout = function __proto__ (hp) = _global.Object.__proto__ constructor (hp) = _global.Objec...