HomeSort by relevance Sort by last modified time
    Searched defs:V8_DECLARE_ONCE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
once.h 37 // * A macro V8_DECLARE_ONCE() which declares a (global) variable of type
60 // V8_DECLARE_ONCE(once_init);
87 #define V8_DECLARE_ONCE(NAME) ::v8::internal::OnceType NAME
  /external/v8/src/
once.h 37 // * A macro V8_DECLARE_ONCE() which declares a (global) variable of type
60 // V8_DECLARE_ONCE(once_init);
87 #define V8_DECLARE_ONCE(NAME) ::v8::internal::OnceType NAME

Completed in 49 milliseconds