Searched refs:intercept_mask (Results 1 – 2 of 2) sorted by relevance
21 V8_EXPORT_PRIVATE InterruptsScope(Isolate* isolate, intptr_t intercept_mask,51 int intercept_mask = StackGuard::ALL_INTERRUPTS)52 : InterruptsScope(isolate, intercept_mask, in InterruptsScope() argument63 int intercept_mask = StackGuard::ALL_INTERRUPTS)64 : InterruptsScope(isolate, intercept_mask, in InterruptsScope() argument
12 InterruptsScope::InterruptsScope(Isolate* isolate, intptr_t intercept_mask, in InterruptsScope() argument15 intercept_mask_(intercept_mask), in InterruptsScope()