Bug 1497393 Part 3 - Remove ReplayDebuggerObject.global, r=loganfsmyth.

Differential Revision: https://phabricator.services.mozilla.com/D22859

--HG--
extra : rebase_source : e5e63bf1da796a3131ed1948c5b9f38f316bc2df
This commit is contained in:
Brian Hackett 2019-03-09 16:39:02 -10:00
Родитель f5672e6b59
Коммит 7d26be7959
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -942,7 +942,6 @@ ReplayDebuggerObject.prototype = {
get boundTargetFunction() { return this.isBoundFunction ? NYI() : undefined; },
get boundThis() { return this.isBoundFunction ? NYI() : undefined; },
get boundArguments() { return this.isBoundFunction ? NYI() : undefined; },
get global() { return this._dbg._getObject(this._data.global); },
get isProxy() { return this._data.isProxy; },
get proto() { return this._dbg._getObject(this._data.proto); },

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

@ -677,7 +677,6 @@ const gRequestHandlers = {
parameterNames: object.parameterNames,
script: gScripts.getId(object.script),
environment: getObjectId(object.environment),
global: getObjectId(object.global),
isProxy: object.isProxy,
isExtensible: object.isExtensible(),
isSealed: object.isSealed(),