Searched refs:V8_ONCE_INIT (Results 1 – 4 of 4) sorted by relevance
79 #define LAZY_STATIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, { {} } }80 #define LAZY_DYNAMIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, 0 }
68 #define V8_ONCE_INIT \ macro
486 base::OnceType Shell::quit_once_ = V8_ONCE_INIT;
1571 static base::OnceType once = V8_ONCE_INIT; in Simulator()