@@ -2,6 +2,6 @@ var _obj;
|
||||
|
||||
var o = _obj = {
|
||||
m: function () {
|
||||
return babelHelpers.get(_obj.__proto__ || Object.getPrototypeOf(_obj), "x", this);
|
||||
return babelHelpers.get(babelHelpers.getPrototypeOf(_obj), "x", this);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -10,6 +10,6 @@ foo = _obj = {
|
||||
bar: function () {
|
||||
var _ref;
|
||||
|
||||
return _ref = _get(_obj.__proto__ || Object.getPrototypeOf(_obj), "baz", this), _set(_obj.__proto__ || Object.getPrototypeOf(_obj), "baz", _ref ** 12, this);
|
||||
return _ref = _get(_getPrototypeOf(_obj), "baz", this), _set(_getPrototypeOf(_obj), "baz", _ref ** 12, this);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user