Home
last modified time | relevance | path

Searched refs:ccjscx (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/worklet/
H A DWorkletThread.cpp327 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DispatchToEventLoop() local
328 if (!ccjscx) { in DispatchToEventLoop()
332 WorkletJSContext* wjc = ccjscx->GetAsWorkletJSContext(); in DispatchToEventLoop()
344 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in EnsureCycleCollectedJSContext() local
345 if (ccjscx) { in EnsureCycleCollectedJSContext()
346 MOZ_ASSERT(ccjscx->GetAsWorkletJSContext()); in EnsureCycleCollectedJSContext()
426 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DeleteCycleCollectedJSContext() local
427 if (!ccjscx) { in DeleteCycleCollectedJSContext()
434 WorkletJSContext* workletjscx = ccjscx->GetAsWorkletJSContext(); in DeleteCycleCollectedJSContext()
441 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in IsOnWorkletThread() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/worklet/
H A DWorkletThread.cpp321 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DispatchToEventLoop() local
322 if (!ccjscx) { in DispatchToEventLoop()
326 WorkletJSContext* wjc = ccjscx->GetAsWorkletJSContext(); in DispatchToEventLoop()
338 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in EnsureCycleCollectedJSContext() local
339 if (ccjscx) { in EnsureCycleCollectedJSContext()
340 MOZ_ASSERT(ccjscx->GetAsWorkletJSContext()); in EnsureCycleCollectedJSContext()
415 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DeleteCycleCollectedJSContext() local
416 if (!ccjscx) { in DeleteCycleCollectedJSContext()
423 WorkletJSContext* workletjscx = ccjscx->GetAsWorkletJSContext(); in DeleteCycleCollectedJSContext()
430 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in IsOnWorkletThread() local
[all …]
/dports/www/firefox/firefox-99.0/dom/worklet/
H A DWorkletThread.cpp328 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DispatchToEventLoop() local
329 if (!ccjscx) { in DispatchToEventLoop()
333 WorkletJSContext* wjc = ccjscx->GetAsWorkletJSContext(); in DispatchToEventLoop()
345 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in EnsureCycleCollectedJSContext() local
346 if (ccjscx) { in EnsureCycleCollectedJSContext()
347 MOZ_ASSERT(ccjscx->GetAsWorkletJSContext()); in EnsureCycleCollectedJSContext()
427 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DeleteCycleCollectedJSContext() local
428 if (!ccjscx) { in DeleteCycleCollectedJSContext()
435 WorkletJSContext* workletjscx = ccjscx->GetAsWorkletJSContext(); in DeleteCycleCollectedJSContext()
442 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in IsOnWorkletThread() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/worklet/
H A DWorkletThread.cpp327 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DispatchToEventLoop() local
328 if (!ccjscx) { in DispatchToEventLoop()
332 WorkletJSContext* wjc = ccjscx->GetAsWorkletJSContext(); in DispatchToEventLoop()
344 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in EnsureCycleCollectedJSContext() local
345 if (ccjscx) { in EnsureCycleCollectedJSContext()
346 MOZ_ASSERT(ccjscx->GetAsWorkletJSContext()); in EnsureCycleCollectedJSContext()
426 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in DeleteCycleCollectedJSContext() local
427 if (!ccjscx) { in DeleteCycleCollectedJSContext()
434 WorkletJSContext* workletjscx = ccjscx->GetAsWorkletJSContext(); in DeleteCycleCollectedJSContext()
441 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in IsOnWorkletThread() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp128 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
129 ASSERT_TRUE(ccjscx != nullptr); in TEST()
130 JSContext* cx = ccjscx->Context(); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/tests/gtest/
H A DTestGCPostBarriers.cpp130 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
131 ASSERT_TRUE(ccjscx != nullptr); in TEST()
132 JSContext* cx = ccjscx->Context(); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp155 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
156 ASSERT_TRUE(ccjscx != nullptr); in TEST()
157 JSContext* cx = ccjscx->Context(); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp155 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
156 ASSERT_TRUE(ccjscx != nullptr); in TEST()
157 JSContext* cx = ccjscx->Context(); in TEST()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp156 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
157 ASSERT_TRUE(ccjscx != nullptr); in TEST()
158 JSContext* cx = ccjscx->Context(); in TEST()
H A DTestJSHolderMap.cpp328 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
329 ASSERT_NE(ccjscx, nullptr); in TEST()
330 JSContext* cx = ccjscx->Context(); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestGCPostBarriers.cpp155 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in TEST() local
156 ASSERT_TRUE(ccjscx != nullptr); in TEST()
157 JSContext* cx = ccjscx->Context(); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptSettings.cpp495 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in WarningOnlyErrorReporter() local
496 MOZ_ASSERT(ccjscx); in WarningOnlyErrorReporter()
498 ccjscx->ReportError(aRep, JS::ConstUTF8CharsZ()); in WarningOnlyErrorReporter()
572 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(cx()); in ReportException() local
573 MOZ_ASSERT(ccjscx); in ReportException()
579 ccjscx->ReportError(jsReport.report(), jsReport.toStringResult()); in ReportException()
/dports/www/firefox/firefox-99.0/dom/script/
H A DScriptSettings.cpp495 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in WarningOnlyErrorReporter() local
496 MOZ_ASSERT(ccjscx); in WarningOnlyErrorReporter()
498 ccjscx->ReportError(aRep, JS::ConstUTF8CharsZ()); in WarningOnlyErrorReporter()
572 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(cx()); in ReportException() local
573 MOZ_ASSERT(ccjscx); in ReportException()
579 ccjscx->ReportError(jsReport.report(), jsReport.toStringResult()); in ReportException()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptSettings.cpp495 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in WarningOnlyErrorReporter() local
496 MOZ_ASSERT(ccjscx); in WarningOnlyErrorReporter()
498 ccjscx->ReportError(aRep, JS::ConstUTF8CharsZ()); in WarningOnlyErrorReporter()
572 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(cx()); in ReportException() local
573 MOZ_ASSERT(ccjscx); in ReportException()
579 ccjscx->ReportError(jsReport.report(), jsReport.toStringResult()); in ReportException()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptSettings.cpp459 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in WarningOnlyErrorReporter() local
460 MOZ_ASSERT(ccjscx); in WarningOnlyErrorReporter()
462 ccjscx->ReportError(aRep, JS::ConstUTF8CharsZ()); in WarningOnlyErrorReporter()
536 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(cx()); in ReportException() local
537 MOZ_ASSERT(ccjscx); in ReportException()
543 ccjscx->ReportError(jsReport.report(), jsReport.toStringResult()); in ReportException()
/dports/www/firefox-esr/firefox-91.8.0/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp65 auto ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadDebuggerMallocSizeOf() local
66 MOZ_ASSERT(ccjscx); in GetCurrentThreadDebuggerMallocSizeOf()
67 auto cx = ccjscx->Context(); in GetCurrentThreadDebuggerMallocSizeOf()
512 auto ccjscx = CycleCollectedJSContext::Get(); in ComputeDominatorTree() local
513 MOZ_ASSERT(ccjscx); in ComputeDominatorTree()
514 auto cx = ccjscx->Context(); in ComputeDominatorTree()
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp65 auto ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadDebuggerMallocSizeOf() local
66 MOZ_ASSERT(ccjscx); in GetCurrentThreadDebuggerMallocSizeOf()
67 auto cx = ccjscx->Context(); in GetCurrentThreadDebuggerMallocSizeOf()
512 auto ccjscx = CycleCollectedJSContext::Get(); in ComputeDominatorTree() local
513 MOZ_ASSERT(ccjscx); in ComputeDominatorTree()
514 auto cx = ccjscx->Context(); in ComputeDominatorTree()
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp64 auto ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadDebuggerMallocSizeOf() local
65 MOZ_ASSERT(ccjscx); in GetCurrentThreadDebuggerMallocSizeOf()
66 auto cx = ccjscx->Context(); in GetCurrentThreadDebuggerMallocSizeOf()
514 auto ccjscx = CycleCollectedJSContext::Get(); in ComputeDominatorTree() local
515 MOZ_ASSERT(ccjscx); in ComputeDominatorTree()
516 auto cx = ccjscx->Context(); in ComputeDominatorTree()
/dports/www/firefox/firefox-99.0/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp67 auto ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadDebuggerMallocSizeOf() local
68 MOZ_ASSERT(ccjscx); in GetCurrentThreadDebuggerMallocSizeOf()
69 auto cx = ccjscx->Context(); in GetCurrentThreadDebuggerMallocSizeOf()
514 auto ccjscx = CycleCollectedJSContext::Get(); in ComputeDominatorTree() local
515 MOZ_ASSERT(ccjscx); in ComputeDominatorTree()
516 auto cx = ccjscx->Context(); in ComputeDominatorTree()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp63 auto ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadDebuggerMallocSizeOf() local
64 MOZ_ASSERT(ccjscx); in GetCurrentThreadDebuggerMallocSizeOf()
65 auto cx = ccjscx->Context(); in GetCurrentThreadDebuggerMallocSizeOf()
511 auto ccjscx = CycleCollectedJSContext::Get(); in ComputeDominatorTree() local
512 MOZ_ASSERT(ccjscx); in ComputeDominatorTree()
513 auto cx = ccjscx->Context(); in ComputeDominatorTree()
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/shared/heapsnapshot/
H A DHeapSnapshot.cpp65 auto ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadDebuggerMallocSizeOf() local
66 MOZ_ASSERT(ccjscx); in GetCurrentThreadDebuggerMallocSizeOf()
67 auto cx = ccjscx->Context(); in GetCurrentThreadDebuggerMallocSizeOf()
558 auto ccjscx = CycleCollectedJSContext::Get(); in ComputeDominatorTree() local
559 MOZ_ASSERT(ccjscx); in ComputeDominatorTree()
560 auto cx = ccjscx->Context(); in ComputeDominatorTree()
/dports/www/firefox/firefox-99.0/dom/workers/
H A DRuntimeService.cpp2292 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in GetWorkerPrivateFromContext() local
2293 if (!ccjscx) { in GetWorkerPrivateFromContext()
2297 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetWorkerPrivateFromContext()
2311 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadWorkerPrivate() local
2312 if (!ccjscx) { in GetCurrentThreadWorkerPrivate()
2316 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetCurrentThreadWorkerPrivate()
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DRuntimeService.cpp2359 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in GetWorkerPrivateFromContext() local
2360 if (!ccjscx) { in GetWorkerPrivateFromContext()
2364 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetWorkerPrivateFromContext()
2378 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadWorkerPrivate() local
2379 if (!ccjscx) { in GetCurrentThreadWorkerPrivate()
2383 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetCurrentThreadWorkerPrivate()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DRuntimeService.cpp2370 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in GetWorkerPrivateFromContext() local
2371 if (!ccjscx) { in GetWorkerPrivateFromContext()
2375 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetWorkerPrivateFromContext()
2389 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadWorkerPrivate() local
2390 if (!ccjscx) { in GetCurrentThreadWorkerPrivate()
2394 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetCurrentThreadWorkerPrivate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DRuntimeService.cpp2359 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::GetFor(aCx); in GetWorkerPrivateFromContext() local
2360 if (!ccjscx) { in GetWorkerPrivateFromContext()
2364 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetWorkerPrivateFromContext()
2378 CycleCollectedJSContext* ccjscx = CycleCollectedJSContext::Get(); in GetCurrentThreadWorkerPrivate() local
2379 if (!ccjscx) { in GetCurrentThreadWorkerPrivate()
2383 WorkerJSContext* workerjscx = ccjscx->GetAsWorkerJSContext(); in GetCurrentThreadWorkerPrivate()

12