Searched refs:exceptionString (Results 1 – 7 of 7) sorted by relevance
257 DEFINE_STATIC_LOCAL(String, exceptionString, ()); in globalExceptionString()258 return exceptionString; in globalExceptionString()261 void NPRuntimeObjectMap::setGlobalException(const String& exceptionString) in setGlobalException() argument263 globalExceptionString() = exceptionString; in setGlobalException()
83 static void setGlobalException(const String& exceptionString);
206 void NetscapePlugin::setException(const String& exceptionString) in setException() argument210 NPRuntimeObjectMap::setGlobalException(exceptionString); in setException()
44 protected ParseException createParseException(String exceptionString) { in createParseException() argument46 lexer.getBuffer() + ":" + exceptionString, in createParseException()
83 exceptionDescription:(NSString **)exceptionString;
46 exceptionDescription:(NSString **)exceptionString;
1660 DEFINE_STATIC_LOCAL(String, exceptionString, ());1661 return exceptionString;