зеркало из https://github.com/mozilla/pjs.git
Style nit (no bug, no code change).
This commit is contained in:
Родитель
452002b30c
Коммит
de88abeac8
|
@ -2633,9 +2633,8 @@ js_InitEval(JSContext *cx, JSObject *obj)
|
||||||
JSObject *
|
JSObject *
|
||||||
js_InitObjectClass(JSContext *cx, JSObject *obj)
|
js_InitObjectClass(JSContext *cx, JSObject *obj)
|
||||||
{
|
{
|
||||||
JSObject *proto;
|
JSObject *proto = JS_InitClass(cx, obj, NULL, &js_ObjectClass, js_Object,
|
||||||
proto = JS_InitClass(cx, obj, NULL, &js_ObjectClass, js_Object, 1,
|
1, object_props, object_methods, NULL,
|
||||||
object_props, object_methods, NULL,
|
|
||||||
object_static_methods);
|
object_static_methods);
|
||||||
#ifdef JS_TRACER
|
#ifdef JS_TRACER
|
||||||
if (proto)
|
if (proto)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче