search for: addcallback

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

2011 Jan 11
2
[LLVMdev] VMKit link
...n function `mvm::Collector::objectReferenceTryCASBarrier(gc*, gc**, gc*, gc*)': /root/llvm/vmkit/lib/Mvm/GCMmap2/MvmGC.h:375: undefined reference to `__sync_val_compare_and_swap_4' /root/llvm/vmkit/Debug+Asserts/lib/libJ3Compiler.a(JavaJITCompiler.o): In function `j3::JavaJ3LazyJITCompiler::addCallback(j3::Class*, unsigned short, j3::Signdef*, bool, llvm::BasicBlock*)': /root/llvm/vmkit/lib/J3/Compiler/JavaJITCompiler.cpp:454: undefined reference to `__sync_val_compare_and_swap_4' /root/llvm/vmkit/Debug+Asserts/lib/libCommonThread.a(CollectionRV.o): In function `mvm::CooperativeCollection...
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
...isplay.BitmapData.prototype", "setPixel32", true], + ["_global.flash.display.BitmapData.prototype", "threshold", true], + ["_global.flash.external", "ExternalInterface", false], + ["_global.flash.external.ExternalInterface", "_addCallback", true], + ["_global.flash.external.ExternalInterface", "_argumentsToAS", true], + ["_global.flash.external.ExternalInterface", "_argumentsToXML", true], + ["_global.flash.external.ExternalInterface", "_arrayToAS", true], + [&quot...
2007 Dec 28
0
4 commits - libswfdec/swfdec_external_interface.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h
...wfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 1e2071e..b0a1361 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -1034,60 +1034,204 @@ flash.external = {}; flash.external.ExternalInterface = function () { }; -flash.external.ExternalInterface.addCallback = function () { - var o = {}; o["Implement ExternalInterface.addCallback (static)"] (); -}; +flash.external.ExternalInterface.addCallback = function (name, instance, method) { + if (!method || !flash.external.ExternalInterface.available) + return false; -flash.external.ExternalInte...