HomeSort by relevance Sort by last modified time
    Searched refs:V8_ONCE_INIT (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
once.h 45 // * A macro V8_ONCE_INIT which is expanded into the expression used to
85 #define V8_ONCE_INIT 0
lazy-instance.h 95 #define LAZY_STATIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, {} }
96 #define LAZY_DYNAMIC_INSTANCE_INITIALIZER { V8_ONCE_INIT, 0 }
builtins.cc     [all...]

Completed in 84 milliseconds