This commit is contained in:
jwalden@mit.edu 2007-06-10 15:08:17 -07:00
Родитель 028355078d
Коммит 85c1d460d8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -876,7 +876,7 @@ JS_MarkGCThing(JSContext *cx, void *thing, const char *name, void *arg);
* JS_CallTracer API and related macros for implementors of JSTraceOp, to
* enumerate all references to traceable things reachable via a property or
* other strong ref identified for debugging purposes by name or index or
* a naming callaback.
* a naming callback.
*
* By definition references to traceable things include non-null pointers
* to JSObject, JSString and jsdouble and corresponding jsvals.
@ -912,7 +912,7 @@ struct JSTracer {
};
/*
* The method to call on each reference to a traceable thing storted in a
* The method to call on each reference to a traceable thing stored in a
* particular JSObject or other runtime structure. With DEBUG defined the
* caller before calling JS_CallTracer must initialize JSTracer fields
* describing the reference using the macros below.