agentos-v8-runtime 0.2.9

V8 isolate runtime for secure-exec guest JavaScript execution
Documentation
1
2
3
4
5
6
7
8
9
10
#include "v8-platform.h"
#include "v8-sandbox.h"

extern "C" void agentos_v8_initialize_sandbox_hardware_before_thread_creation() {
  v8::SandboxHardwareSupport::InitializeBeforeThreadCreation();
}

extern "C" void agentos_v8_set_default_thread_isolation_permissions() {
  v8::ThreadIsolatedAllocator::SetDefaultPermissionsForSignalHandler();
}