mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Remove unused JS::Value::setObjectOrUndefined; r=luke
This commit is contained in:
parent
aa784e7937
commit
0240b7ebde
@ -350,14 +350,6 @@ class Value
|
||||
setNull();
|
||||
}
|
||||
|
||||
JS_ALWAYS_INLINE
|
||||
void setObjectOrUndefined(JSObject *arg) {
|
||||
if (arg)
|
||||
setObject(*arg);
|
||||
else
|
||||
setUndefined();
|
||||
}
|
||||
|
||||
JS_ALWAYS_INLINE
|
||||
void swap(Value &rhs) {
|
||||
uint64_t tmp = rhs.data.asBits;
|
||||
|
Loading…
Reference in New Issue
Block a user