зеркало из https://github.com/mozilla/pjs.git
Bug 704207 - HeapValue::gcKind should return JSGCTraceKind. r=billm
This commit is contained in:
Родитель
de366396e2
Коммит
ec469a4e35
|
@ -335,7 +335,7 @@ class HeapValue
|
|||
bool toBoolean() const { return value.toBoolean(); }
|
||||
double toNumber() const { return value.toNumber(); }
|
||||
|
||||
unsigned gcKind() const { return value.gcKind(); }
|
||||
JSGCTraceKind gcKind() const { return value.gcKind(); }
|
||||
|
||||
inline void boxNonDoubleFrom(JSValueType type, uint64 *out);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче