зеркало из https://github.com/mozilla/pjs.git
Fix MSVC warnings in jsscope.cpp
This commit is contained in:
Родитель
140fc98cc5
Коммит
df7a5728f1
|
@ -973,9 +973,9 @@ JSObject::putProperty(JSContext *cx, jsid id,
|
||||||
|
|
||||||
shape->rawGetter = getter;
|
shape->rawGetter = getter;
|
||||||
shape->rawSetter = setter;
|
shape->rawSetter = setter;
|
||||||
shape->attrs = attrs;
|
shape->attrs = uint8(attrs);
|
||||||
shape->flags = flags | Shape::IN_DICTIONARY;
|
shape->flags = flags | Shape::IN_DICTIONARY;
|
||||||
shape->shortid = shortid;
|
shape->shortid = int16(shortid);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We are done updating shape and lastProp. Now we may need to update
|
* We are done updating shape and lastProp. Now we may need to update
|
||||||
|
|
Загрузка…
Ссылка в новой задаче