Home
last modified time | relevance | path

Searched refs:MicrotasksScope (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-microtask-queue.h95 * 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 { class
124 MicrotasksScope(Isolate* isolate, Type type);
126 MicrotasksScope(Local<Context> context, Type type);
127 MicrotasksScope(Isolate* isolate, MicrotaskQueue* microtask_queue, Type type);
128 ~MicrotasksScope();
146 MicrotasksScope(const MicrotasksScope
[all...]
/third_party/node/deps/v8/include/
H A Dv8-microtask-queue.h95 * 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 { class
121 MicrotasksScope(Isolate* isolate, Type type);
122 MicrotasksScope(Isolate* isolate, MicrotaskQueue* microtask_queue, Type type);
123 ~MicrotasksScope();
141 MicrotasksScope(const MicrotasksScope&) = delete;
142 MicrotasksScope
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfinalization-registry-cleanup-task.cc65 std::unique_ptr<MicrotasksScope> microtasks_scope; in RunInternal()
74 microtasks_scope.reset(new v8::MicrotasksScope( in RunInternal()
75 v8_isolate, microtask_queue, v8::MicrotasksScope::kDoNotRunMicrotasks)); in RunInternal()
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc154 v8::MicrotasksScope microtasksScope(inspector->isolate(), in innerCallFunctionOn()
155 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()
183 v8::MicrotasksScope microtasksScope(inspector->isolate(), in innerCallFunctionOn()
184 v8::MicrotasksScope::kRunMicrotasks); in innerCallFunctionOn()
300 v8::MicrotasksScope microtasksScope(m_inspector->isolate(), in evaluate()
301 v8::MicrotasksScope::kRunMicrotasks); in evaluate()
447 v8::MicrotasksScope microtasks_scope(m_inspector->isolate(), in getProperties()
448 v8::MicrotasksScope::kRunMicrotasks); in getProperties()
615 v8::MicrotasksScope microtasksScope(m_inspector->isolate(), in runScript()
616 v8::MicrotasksScope in runScript()
[all...]
H A Dv8-regex.cc66 v8::MicrotasksScope microtasks(isolate, in match()
67 v8::MicrotasksScope::kDoNotRunMicrotasks); in match()
H A Dv8-inspector-impl.cc100 v8::MicrotasksScope microtasksScope(m_isolate, in compileAndRunInternalScript()
101 v8::MicrotasksScope::kDoNotRunMicrotasks); in compileAndRunInternalScript()
534 v8::MicrotasksScope microtasksScope(m_isolate, in getAssociatedExceptionDataForProtocol()
535 v8::MicrotasksScope::kDoNotRunMicrotasks); in getAssociatedExceptionDataForProtocol()
H A Dv8-console.cc814 v8::MicrotasksScope microtasksScope(isolate, in installAsyncStackTaggingAPI()
815 v8::MicrotasksScope::kDoNotRunMicrotasks); in installAsyncStackTaggingAPI()
854 v8::MicrotasksScope microtasksScope(isolate, in createCommandLineAPI()
855 v8::MicrotasksScope::kDoNotRunMicrotasks); in createCommandLineAPI()
953 v8::MicrotasksScope microtasks(info.GetIsolate(), in accessorGetterCallback()
954 v8::MicrotasksScope::kDoNotRunMicrotasks); in accessorGetterCallback()
984 v8::MicrotasksScope microtasksScope(context->GetIsolate(), in CommandLineAPIScope()
985 v8::MicrotasksScope::kDoNotRunMicrotasks); in CommandLineAPIScope()
1014 v8::MicrotasksScope microtasksScope(m_context->GetIsolate(), in ~CommandLineAPIScope()
1015 v8::MicrotasksScope in ~CommandLineAPIScope()
[all...]
H A Dcustom-preview.cc263 v8::MicrotasksScope microtasksScope(isolate, in generateCustomPreview()
264 v8::MicrotasksScope::kDoNotRunMicrotasks); in generateCustomPreview()
H A Dvalue-mirror.cc836 v8::MicrotasksScope microtasksScope(isolate, in isArrayLike()
837 v8::MicrotasksScope::kDoNotRunMicrotasks); in isArrayLike()
1384 v8::MicrotasksScope microtasksScope(isolate, in getProperties()
1385 v8::MicrotasksScope::kDoNotRunMicrotasks); in getProperties()
1532 v8::MicrotasksScope microtasksScope(isolate, in getInternalProperties()
1533 v8::MicrotasksScope::kDoNotRunMicrotasks); in getInternalProperties()
1587 v8::MicrotasksScope microtasksScope(isolate, in getPrivateProperties()
1588 v8::MicrotasksScope::kDoNotRunMicrotasks); in getPrivateProperties()
H A Dv8-debugger.cc804 v8::MicrotasksScope microtasksScope(isolate, in queryObjects()
805 v8::MicrotasksScope::kDoNotRunMicrotasks); in queryObjects()
H A Dinjected-script.cc659 v8::MicrotasksScope microtasksScope(m_context->isolate(), in addPromiseCallback()
660 v8::MicrotasksScope::kRunMicrotasks); in addPromiseCallback()
H A Dv8-debugger-agent-impl.cc794 v8::MicrotasksScope microtasks(m_isolate, in getPossibleBreakpoints()
795 v8::MicrotasksScope::kDoNotRunMicrotasks); in getPossibleBreakpoints()
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.cc115 std::unique_ptr<MicrotasksScope> microtasks_scope; in PerformCheckpointInternal()
122 microtasks_scope.reset(new v8::MicrotasksScope( in PerformCheckpointInternal()
123 v8_isolate, this, v8::MicrotasksScope::kDoNotRunMicrotasks)); in PerformCheckpointInternal()
/third_party/node/deps/v8/src/runtime/
H A Druntime-promise.cc91 MicrotasksScope::PerformCheckpoint(reinterpret_cast<v8::Isolate*>(isolate)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9577 MicrotasksScope::MicrotasksScope(Isolate* isolate, MicrotasksScope::Type type) in MicrotasksScope() function in v8::OneByteMask::__anon13987::MapAsArrayKind::MicrotasksScope
9578 : MicrotasksScope(isolate, nullptr, type) {} in MicrotasksScope()
9580 MicrotasksScope::MicrotasksScope(Isolate* isolate, in MicrotasksScope() function in v8::OneByteMask::__anon13987::MapAsArrayKind::MicrotasksScope
9582 MicrotasksScope::Type type) in MicrotasksScope()
9587 run_(type == MicrotasksScope::kRunMicrotasks) { in MicrotasksScope()
9594 MicrotasksScope::~MicrotasksScope() { in ~MicrotasksScope()
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc4258 MicrotasksScope::PerformCheckpoint(isolate_); in ProcessMessages()
4839 if (ran_tasks) MicrotasksScope::PerformCheckpoint(isolate); in ProcessMessages()

Completed in 47 milliseconds