v8.h   v8.h 
skipping to change at line 2969 skipping to change at line 2969
* is initialized. * is initialized.
*/ */
HeapProfiler* GetHeapProfiler(); HeapProfiler* GetHeapProfiler();
/** /**
* Returns CPU profiler for this isolate. Will return NULL until the isol ate * Returns CPU profiler for this isolate. Will return NULL until the isol ate
* is initialized. * is initialized.
*/ */
CpuProfiler* GetCpuProfiler(); CpuProfiler* GetCpuProfiler();
/** Returns the context that is on the top of the stack. */
Local<Context> GetCurrentContext();
private: private:
Isolate(); Isolate();
Isolate(const Isolate&); Isolate(const Isolate&);
~Isolate(); ~Isolate();
Isolate& operator=(const Isolate&); Isolate& operator=(const Isolate&);
void* operator new(size_t size); void* operator new(size_t size);
void operator delete(void*, size_t); void operator delete(void*, size_t);
}; };
class V8EXPORT StartupData { class V8EXPORT StartupData {
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 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/