Searched refs:V8_ONCE_INIT (Results 1 – 4 of 4) sorted by relevance
77 #define LAZY_STATIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, { {} } }78 #define LAZY_DYNAMIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, 0 }
66 #define V8_ONCE_INIT 0 macro
424 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
1488 static base::OnceType once = V8_ONCE_INIT; in Simulator()