Searched defs:gJavaKeywords (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMBindingUtils.cpp135 nsTHashtable<nsDepCharHashKey>* gJavaKeywords = nsnull; variable
325 gJavaKeywords = new nsTHashtable<nsDepCharHashKey>();
326 if (!gJavaKeywords || NS_FAILED(gJavaKeywords->Init(size))) {
331 if (!gJavaKeywords->PutEntry(kJavaKeywords[i])) {
440 if (gJavaKeywords) {
441 delete gJavaKeywords;
442 gJavaKeywords = nsnull;

Completed in 133 milliseconds