v8.h   v8.h 
skipping to change at line 3130 skipping to change at line 3130
/** /**
* Enables the host application to provide a mechanism for recording * Enables the host application to provide a mechanism for recording
* histograms. The CreateHistogram function returns a * histograms. The CreateHistogram function returns a
* histogram which will later be passed to the AddHistogramSample * histogram which will later be passed to the AddHistogramSample
* function. * function.
*/ */
static void SetCreateHistogramFunction(CreateHistogramCallback); static void SetCreateHistogramFunction(CreateHistogramCallback);
static void SetAddHistogramSampleFunction(AddHistogramSampleCallback); static void SetAddHistogramSampleFunction(AddHistogramSampleCallback);
/**
* Enables the computation of a sliding window of states. The sliding
* window information is recorded in statistics counters.
*/
static void EnableSlidingStateWindow();
/** Callback function for reporting failed access checks.*/ /** Callback function for reporting failed access checks.*/
static void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallbac k); static void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallbac k);
/** /**
* Enables the host application to receive a notification before a * Enables the host application to receive a notification before a
* garbage collection. Allocations are not allowed in the * garbage collection. Allocations are not allowed in the
* callback function, you therefore cannot manipulate objects (set * callback function, you therefore cannot manipulate objects (set
* or delete properties for example) since it is possible such * or delete properties for example) since it is possible such
* operations will result in the allocation of objects. It is possible * operations will result in the allocation of objects. It is possible
* to specify the GCType filter for your callback. But it is not possible to * to specify the GCType filter for your callback. But it is not possible to
 End of changes. 1 change blocks. 
6 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/