Home
last modified time | relevance | path

Searched refs:kSandboxSize (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-internal.h192 constexpr size_t kSandboxSize = 1ULL << kSandboxSizeLog2; member
226 static_assert(kSandboxMinimumSize <= kSandboxSize,
236 // kSandboxSize bytes from the start of the sandbox. The minimum size of the
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc91 size_t sandbox_size = std::min(kSandboxSize, max_sandbox_size); in Initialize()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h185 constexpr size_t kSandboxSize = 1ULL << kSandboxSizeLog2; member
215 // kSandboxSize bytes from the start of the sandbox. The minimum size of the

Completed in 5 milliseconds