Home
last modified time | relevance | path

Searched refs:recurring (Results 1 - 14 of 14) sorted by relevance

/third_party/node/lib/internal/
H A Dinspector_async_hook.js17 // It's difficult to tell which tasks will be recurring and which won't,
18 // therefore we mark all tasks as recurring. Based on the discussion
21 const recurring = true;
25 inspector.asyncTaskScheduled(type, asyncId, recurring);
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.h112 bool recurring);
174 bool recurring, bool skipTopFrame = false);
H A Dv8-debugger.cc950 bool recurring) { in asyncTaskScheduled()
951 asyncTaskScheduledForStack(taskName, task, recurring); in asyncTaskScheduled()
971 void* task, bool recurring, in asyncTaskScheduledForStack()
979 if (recurring) m_recurringTasks.insert(task); in asyncTaskScheduledForStack()
949 asyncTaskScheduled(const StringView& taskName, void* task, bool recurring) asyncTaskScheduled() argument
970 asyncTaskScheduledForStack(const StringView& taskName, void* task, bool recurring, bool skipTopFrame) asyncTaskScheduledForStack() argument
H A Dv8-inspector-impl.h104 bool recurring) override;
H A Dv8-inspector-impl.cc311 bool recurring) { in asyncTaskScheduled()
313 m_debugger->asyncTaskScheduled(taskName, task, recurring); in asyncTaskScheduled()
310 asyncTaskScheduled(StringView taskName, void* task, bool recurring) asyncTaskScheduled() argument
H A Dv8-console.cc528 bool recurring = in scheduleAsyncTask() local
540 taskInfo.recurring = recurring; in scheduleAsyncTask()
544 m_inspector->asyncTaskScheduled(taskName, taskInfo.ptr, recurring); in scheduleAsyncTask()
568 if (taskInfo.recurring) { in finishAsyncTask()
H A Dv8-console.h61 bool recurring; member
/third_party/node/src/
H A Dinspector_agent.cc561 bool recurring) { in AsyncTaskScheduled()
562 client_->asyncTaskScheduled(task_name, task, recurring); in AsyncTaskScheduled()
908 bool recurring) { in AsyncTaskScheduled()
909 client_->AsyncTaskScheduled(task_name, task, recurring); in AsyncTaskScheduled()
560 AsyncTaskScheduled(const StringView& task_name, void* task, bool recurring) AsyncTaskScheduled() argument
907 AsyncTaskScheduled(const StringView& task_name, void* task, bool recurring) AsyncTaskScheduled() argument
H A Dinspector_agent.h71 bool recurring);
H A Djs_native_api_v8_inspector.h95 bool recurring);
H A Dinspector_js_api.cc259 bool recurring = args[2]->BooleanValue(args.GetIsolate()); in AsyncTaskScheduledWrapper() local
261 env->inspector_agent()->AsyncTaskScheduled(task_name_view, task, recurring); in AsyncTaskScheduledWrapper()
H A Djs_native_api_v8_inspector.cc1181 bool recurring) { in AsyncTaskScheduled()
1182 client_->asyncTaskScheduled(task_name, task, recurring); in AsyncTaskScheduled()
1387 bool recurring) { in AsyncTaskScheduled()
1388 client_->AsyncTaskScheduled(task_name, task, recurring); in AsyncTaskScheduled()
1180 AsyncTaskScheduled(const StringView& task_name, void* task, bool recurring) AsyncTaskScheduled() argument
1386 AsyncTaskScheduled(const StringView& task_name, void* task, bool recurring) AsyncTaskScheduled() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h346 bool recurring) = 0;
/third_party/node/deps/v8/include/
H A Dv8-inspector.h331 bool recurring) = 0;

Completed in 16 milliseconds