Searched refs:EnableUnsafeTraps (Results 1 – 4 of 4) sorted by relevance
57 virtual bool EnableUnsafeTraps() = 0;
117 CHECK(registry_->EnableUnsafeTraps()) in Compile()161 CHECK(registry_->EnableUnsafeTraps()); in MaybeAddEscapeHatch()
32 bool EnableUnsafeTraps() override;
363 bool Trap::EnableUnsafeTraps() { in EnableUnsafeTraps() function in sandbox::Trap