зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1461791 - Part 1: Create shape table for intrinsic lookups. r=jandem
This commit is contained in:
Родитель
4782ef15d6
Коммит
853592a685
|
@ -691,7 +691,7 @@ class GlobalObject : public NativeObject
|
|||
if (!holder)
|
||||
return false;
|
||||
|
||||
if (Shape* shape = holder->lookupPure(name)) {
|
||||
if (Shape* shape = holder->lookup(cx, name)) {
|
||||
vp.set(holder->getSlot(shape->slot()));
|
||||
*exists = true;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче