mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #2304 - Part 1 - Prerequisite: Make Handle<Maybe<>> more convenient. This is required to implement JS::NothingHandleValue. https://bugzilla.mozilla.org/show_bug.cgi?id=1631114
This commit is contained in:
parent
1489a6f8b5
commit
3c9bbc9665
3 changed files with 31 additions and 0 deletions
|
|
@ -1535,6 +1535,7 @@ extern JS_PUBLIC_DATA(const HandleValue) NullHandleValue;
|
|||
extern JS_PUBLIC_DATA(const HandleValue) UndefinedHandleValue;
|
||||
extern JS_PUBLIC_DATA(const HandleValue) TrueHandleValue;
|
||||
extern JS_PUBLIC_DATA(const HandleValue) FalseHandleValue;
|
||||
extern JS_PUBLIC_DATA(const Handle<mozilla::Maybe<Value>>) NothingHandleValue;
|
||||
|
||||
} // namespace JS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue