зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1782267 - Fix comment around WrappedFunction prototype r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D153227
This commit is contained in:
Родитель
87ca092596
Коммит
11c3d438fc
|
@ -227,8 +227,8 @@ static const JSClassOps classOps = {
|
|||
const JSClass WrappedFunctionObject::class_ = {
|
||||
"WrappedFunctionObject",
|
||||
JSCLASS_HAS_CACHED_PROTO(
|
||||
JSProto_Function) | // MG:XXX: Is this going to correctly set the
|
||||
// prototype for me?
|
||||
JSProto_Function) | // This sets the prototype to Function.prototype,
|
||||
// Step 3 of WrappedFunctionCreate
|
||||
JSCLASS_HAS_RESERVED_SLOTS(WrappedFunctionObject::SlotCount),
|
||||
&classOps};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче