PR servo/mozjs#60 removes gczeal in release builds. This gets about a 5% speedup in some Dromaeo JS tests. Unfortunately, it leaves some dangling symbols that are in the jsapi_ARCH.rs files, but hace no matching jsapi definitions. This commit removes those definitions from the bindings. See servo/mozjs#60 (comment)