зеркало из https://github.com/mozilla/pjs.git
Bug 746228 - pack JSPropertyDescriptor better on 64-bit hosts; r=luke
This commit is contained in:
Родитель
6a0874a709
Коммит
c946ecb523
|
@ -3993,11 +3993,11 @@ JS_LookupPropertyWithFlagsById(JSContext *cx, JSObject *obj, jsid id,
|
|||
|
||||
struct JSPropertyDescriptor {
|
||||
JSObject *obj;
|
||||
unsigned attrs;
|
||||
unsigned attrs;
|
||||
unsigned shortid;
|
||||
JSPropertyOp getter;
|
||||
JSStrictPropertyOp setter;
|
||||
jsval value;
|
||||
unsigned shortid;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче