git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@5069 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Jens Ayton 2012-07-11 17:15:41 +00:00
parent a7227e6458
commit 6a4a3a43ac
2 changed files with 2 additions and 3 deletions

View File

@ -3989,7 +3989,6 @@
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
COPY_SCHEMATA = 1;
DEAD_CODE_STRIPPING = YES;
DEPS_INCLUDE_PATH = "$(SYMROOT)/$(CONFIGURATION)/include";
FRAMEWORK_SEARCH_PATHS = (
"\"$(SRCROOT)/deps/Cocoa-deps/\"",

View File

@ -36,7 +36,7 @@ MA 02110-1301, USA.
const char *JSStringToStrDbg(JSString *)
Converts any JS value/object/JSString to a string, using the complete
process and potentially calling into SpiderMonkey with a secondory
contenxt and invoking JS toString() methods. This might mess up
context and invoking JS toString() methods. This might mess up
SpiderMonkey internal state in some cases.
const char *JSValueToStrSafeDbg(jsval)
@ -54,7 +54,7 @@ MA 02110-1301, USA.
const char *JSValueTypeDbg(jsval)
Returns the type of the jsval, or the class name if it's an object.
All dynamic strings are autorelease.
All dynamic strings are autoreleased.
Another useful function is OOJSDumpStack (results are found in the log):