mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
[DOM] Promise worker-proxy cleanup improvements
This commit is contained in:
parent
b4306c0468
commit
66ae44b71f
2 changed files with 16 additions and 26 deletions
|
|
@ -190,9 +190,6 @@ private:
|
|||
|
||||
bool AddRefObject();
|
||||
|
||||
// If not called from Create(), be sure to hold Lock().
|
||||
void CleanProperties();
|
||||
|
||||
// Function pointer for calling Promise::{ResolveInternal,RejectInternal}.
|
||||
typedef void (Promise::*RunCallbackFunc)(JSContext*,
|
||||
JS::Handle<JS::Value>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue