Public Member Functions

v8::ResourceConstraints Class Reference

#include <v8.h>

List of all members.

Public Member Functions

int max_young_space_size () const
void set_max_young_space_size (int value)
int max_old_space_size () const
void set_max_old_space_size (int value)
int max_executable_size ()
void set_max_executable_size (int value)
uint32_t * stack_limit () const
void set_stack_limit (uint32_t *value)

Detailed Description

A set of constraints that specifies the limits of the runtime's memory use. You must set the heap size before initializing the VM - the size cannot be adjusted after the VM is initialized.

If you are using threads then you should hold the V8::Locker lock while setting the stack limit and you must set a non-default stack limit separately for each thread.


The documentation for this class was generated from the following file: