Lines Matching refs:MicrotasksScope
95 * Returns the current depth of nested MicrotasksScope that has
111 * done inside some MicrotasksScope.
112 * Microtasks are executed when topmost MicrotasksScope marked as kRunMicrotasks
117 class V8_EXPORT V8_NODISCARD MicrotasksScope {
121 MicrotasksScope(Isolate* isolate, Type type);
122 MicrotasksScope(Isolate* isolate, MicrotaskQueue* microtask_queue, Type type);
123 ~MicrotasksScope();
141 MicrotasksScope(const MicrotasksScope&) = delete;
142 MicrotasksScope& operator=(const MicrotasksScope&) = delete;