mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 971845 - Remove dead JSContext methods (r=sfink)
This commit is contained in:
parent
cb244dcc84
commit
2c35ae610b
@ -555,16 +555,6 @@ struct JSContext : public js::ExclusiveContext,
|
||||
void enterGenerator(JSGenerator *gen);
|
||||
void leaveGenerator(JSGenerator *gen);
|
||||
|
||||
void *onOutOfMemory(void *p, size_t nbytes) {
|
||||
return runtime()->onOutOfMemory(p, nbytes, this);
|
||||
}
|
||||
void updateMallocCounter(size_t nbytes) {
|
||||
runtime()->updateMallocCounter(zone(), nbytes);
|
||||
}
|
||||
void reportAllocationOverflow() {
|
||||
js_ReportAllocationOverflow(this);
|
||||
}
|
||||
|
||||
bool isExceptionPending() {
|
||||
return throwing;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user