Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmDebug.h99 bool hasBreakpointSite(uint32_t offset);
H A DWasmDebug.cpp235 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite() function in DebugState
H A DWasmBuiltins.cpp393 if (debug.hasBreakpointSite(site->lineOrBytecode())) { in WasmHandleDebugTrap()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmDebug.h104 bool hasBreakpointSite(uint32_t offset);
H A DWasmDebug.cpp234 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite() function in DebugState
H A DWasmBuiltins.cpp435 if (debug.hasBreakpointSite(site->lineOrBytecode())) { in WasmHandleDebugTrap()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmDebug.h99 bool hasBreakpointSite(uint32_t offset);
H A DWasmDebug.cpp235 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite() function in DebugState
H A DWasmBuiltins.cpp393 if (debug.hasBreakpointSite(site->lineOrBytecode())) { in WasmHandleDebugTrap()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmDebug.h99 bool hasBreakpointSite(uint32_t offset);
H A DWasmDebug.cpp236 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite() function in DebugState
H A DWasmBuiltins.cpp357 if (debug.hasBreakpointSite(site->lineOrBytecode())) { in WasmHandleDebugTrap()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmDebug.h128 bool hasBreakpointSite(uint32_t offset);
H A DWasmDebug.cpp402 bool DebugState::hasBreakpointSite(uint32_t offset) { in hasBreakpointSite() function in DebugState
H A DWasmBuiltins.cpp138 if (debug.hasBreakpointSite(site->lineOrBytecode())) { in WasmHandleDebugTrap()