зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331668 - Fix static build bustage r=me
This commit is contained in:
Родитель
42c419e02b
Коммит
d97a84c06a
|
@ -329,7 +329,7 @@ class WrappedPtrOperations<JS::PropertyResult, Wrapper>
|
|||
|
||||
public:
|
||||
bool isFound() const { return value().isFound(); }
|
||||
operator bool() const { return bool(value()); }
|
||||
explicit operator bool() const { return bool(value()); }
|
||||
js::Shape* maybeShape() const { return value().maybeShape(); }
|
||||
js::Shape* shape() const { return value().shape(); }
|
||||
bool isNativeProperty() const { return value().isNativeProperty(); }
|
||||
|
|
Загрузка…
Ссылка в новой задаче