#include <Promises.h>
|
JSObject * | getIncumbentGlobal (JSContext *cx) final |
|
bool | enqueuePromiseJob (JSContext *cx, JS::HandleObject, JS::HandleObject job, JS::HandleObject, JS::HandleObject) final |
|
bool | empty () const final |
|
js::UniquePtr< JS::JobQueue::SavedJobQueue > | saveJobQueue (JSContext *) final |
|
◆ QueueType
◆ ~JobQueue()
Script::JobQueue::~JobQueue |
( |
| ) |
|
|
finaldefault |
◆ empty()
bool Script::JobQueue::empty |
( |
| ) |
const |
|
finalprivate |
◆ enqueuePromiseJob()
bool Script::JobQueue::enqueuePromiseJob |
( |
JSContext * |
cx, |
|
|
JS::HandleObject |
, |
|
|
JS::HandleObject |
job, |
|
|
JS::HandleObject |
, |
|
|
JS::HandleObject |
|
|
) |
| |
|
finalprivate |
◆ getIncumbentGlobal()
JSObject * Script::JobQueue::getIncumbentGlobal |
( |
JSContext * |
cx | ) |
|
|
finalprivate |
◆ runJobs()
void Script::JobQueue::runJobs |
( |
JSContext * |
| ) |
|
|
final |
◆ saveJobQueue()
js::UniquePtr< JS::JobQueue::SavedJobQueue > Script::JobQueue::saveJobQueue |
( |
JSContext * |
| ) |
|
|
finalprivate |
◆ m_Jobs
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/scriptinterface/Promises.h
- /home/docker/jenkins/workspace/technical-docs/source/scriptinterface/Promises.cpp