Revision f230a1cf deps/v8/src/d8.h

View differences:

deps/v8/src/d8.h
232 232
     interactive_shell(false),
233 233
     test_shell(false),
234 234
     dump_heap_constants(false),
235
     expected_to_throw(false),
235 236
     num_isolates(1),
236 237
     isolate_sources(NULL) { }
237 238

  
......
256 257
  bool interactive_shell;
257 258
  bool test_shell;
258 259
  bool dump_heap_constants;
260
  bool expected_to_throw;
259 261
  int num_isolates;
260 262
  SourceGroup* isolate_sources;
261 263
};
......
300 302
                                                 Handle<String> command);
301 303
  static void DispatchDebugMessages();
302 304
#endif  // ENABLE_DEBUGGER_SUPPORT
305

  
306
  static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args);
303 307
#endif  // V8_SHARED
304 308

  
305 309
  static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
......
391 395
  static CounterCollection* counters_;
392 396
  static i::OS::MemoryMappedFile* counters_file_;
393 397
  static i::Mutex context_mutex_;
398
  static const i::TimeTicks kInitialTicks;
394 399

  
395 400
  static Counter* GetCounter(const char* name, bool is_histogram);
396 401
  static void InstallUtilityScript(Isolate* isolate);

Also available in: Unified diff