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

  /external/chromium_org/v8/src/
global-handles.h 341 return Get(singleton_handles_[singleton]);
346 return singleton_handles_[singleton] != kInvalidIndex;
353 Create(isolate, object, &singleton_handles_[singleton]);
354 return Get(singleton_handles_[singleton]);
379 int singleton_handles_[NUMBER_OF_SINGLETON_HANDLES]; member in class:v8::internal::EternalHandles
global-handles.cc 1010 for (unsigned i = 0; i < ARRAY_SIZE(singleton_handles_); i++) {
1011 singleton_handles_[i] = kInvalidIndex;

Completed in 174 milliseconds