зеркало из https://github.com/mozilla/gecko-dev.git
46edf980e0
Improve the performance of JNI calls by making JNI calls require a Context object. LocalRef inherits from Context and can make calls directly. Non-local Ref classes will generate a Context object when making a call. The patch also makes the template design cleaner in several cases. |
||
---|---|---|
.. | ||
Accessors.h | ||
Natives.h | ||
Refs.h | ||
Types.h | ||
Utils.cpp | ||
Utils.h | ||
moz.build |