Home
last modified time | relevance | path

Searched defs:IterateChunkCallback (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGC.h56 using IterateChunkCallback = void (*)(JSRuntime*, void*, gc::TenuredChunk*, variable
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGC.h75 using IterateChunkCallback = void (*)(JSRuntime*, void*, gc::TenuredChunk*, variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGC.h74 using IterateChunkCallback = void (*)(JSRuntime*, void*, gc::Chunk*); variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGC.h75 using IterateChunkCallback = void (*)(JSRuntime*, void*, gc::TenuredChunk*, variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGC.h72 typedef void (*IterateChunkCallback)(JSRuntime* rt, void* data, typedef