зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1689990 - Part 5: Remove InlineScriptTree::outermostCaller(). r=jandem
Another unused method. Differential Revision: https://phabricator.services.mozilla.com/D103641
This commit is contained in:
Родитель
a2798e1021
Коммит
13b243b753
|
@ -57,12 +57,6 @@ class InlineScriptTree {
|
||||||
|
|
||||||
bool isOutermostCaller() const { return caller_ == nullptr; }
|
bool isOutermostCaller() const { return caller_ == nullptr; }
|
||||||
bool hasCaller() const { return caller_ != nullptr; }
|
bool hasCaller() const { return caller_ != nullptr; }
|
||||||
InlineScriptTree* outermostCaller() {
|
|
||||||
if (isOutermostCaller()) {
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
return caller_->outermostCaller();
|
|
||||||
}
|
|
||||||
|
|
||||||
jsbytecode* callerPc() const { return callerPc_; }
|
jsbytecode* callerPc() const { return callerPc_; }
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче