зеркало из https://github.com/mozilla/gecko-dev.git
Don't deprecate __proto__, there ain't no forward-compatible alternative (68401, r=timeless, sr=shaver).
This commit is contained in:
Родитель
ee954accd5
Коммит
55d5713602
|
@ -134,6 +134,8 @@ static JSPropertySpec object_props[] = {
|
|||
static JSBool
|
||||
ReportStrictSlot(JSContext *cx, uint32 slot)
|
||||
{
|
||||
if (slot == JSSLOT_PROTO)
|
||||
return JS_TRUE;
|
||||
return JS_ReportErrorFlagsAndNumber(cx,
|
||||
JSREPORT_WARNING | JSREPORT_STRICT,
|
||||
js_GetErrorMessage, NULL,
|
||||
|
|
Загрузка…
Ссылка в новой задаче