1
0
Fork 0
firefox/xpcom/reflect/xptcall/md/test
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
clean.bat Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
invoke_test.cpp Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mk_invoke.bat Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mk_stub.bat Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
moz.build Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
stub_test.cpp Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

These are just simple test programs in which stripped down versions of the
XPConnect invoke and stubs code can be built and tested as the code is brought
up on various platforms. These probrams do not test the param sizing and copying
functionality of the routines. However, they do supply a place where the lowest
level assembly language code can be developed and debugged in the simplest of
contexts before it is moved into the real routines.