mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add in a function that was left out of the ARM port. (no bug, r=red)
This commit is contained in:
parent
9960426eec
commit
ffce4d45ec
@ -110,6 +110,11 @@ class IonJSFrameLayout : public IonEntryFrameLayout
|
||||
void replaceCalleeToken(void *calleeToken) {
|
||||
calleeToken_ = calleeToken;
|
||||
}
|
||||
static size_t offsetOfActualArgs() {
|
||||
IonJSFrameLayout *base = NULL;
|
||||
// +1 to skip |this|.
|
||||
return reinterpret_cast<size_t>(&base->argv()[1]);
|
||||
}
|
||||
|
||||
Value *argv() {
|
||||
return (Value *)(this + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user