Home
last modified time | relevance | path

Searched refs:ThreadInWasmScope (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/trap-handler/
Dtrap-handler.h103 class ThreadInWasmScope {
105 ThreadInWasmScope() { SetThreadInWasm(); } in ThreadInWasmScope() function
106 ~ThreadInWasmScope() { ClearThreadInWasm(); } in ~ThreadInWasmScope()