mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
Temporarily disable this entire file because it makes use of a part of
the JSAPI that has changed in the SpiderMonkey140_BRANCH and we need to land that branch today.
This commit is contained in:
parent
2ef2fc6235
commit
a763d03a5e
@ -18,6 +18,16 @@
|
||||
|
||||
/* XPConnect JavaScript interactive shell. */
|
||||
|
||||
#if 1 // FIXME - fur, Incompatible with new interactive API
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#include <stdio.h>
|
||||
#include "nsIXPConnect.h"
|
||||
#include "nsIXPCScriptable.h"
|
||||
@ -571,3 +581,5 @@ void Datom(JSAtom *atom) { if (atom) DumpAtom(&atom->entry, 0, gErrFile); }
|
||||
//void Dxpc(int depth) {Dobj(GetXPConnect(), depth);}
|
||||
JS_END_EXTERN_C
|
||||
#endif
|
||||
|
||||
#endif // #if 0
|
||||
|
Loading…
Reference in New Issue
Block a user