Searched defs:SingletonHandle (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dglobal-handles.h308 enum SingletonHandle { enum in class:v8::internal::EternalHandles
329 // Grab the handle for an existing SingletonHandle.
330 inline Handle<Object> GetSingleton(SingletonHandle singleton) {
335 // Checks whether a SingletonHandle has been assigned.
336 inline bool Exists(SingletonHandle singleton) {
340 // Assign a SingletonHandle to an empty slot and returns the handle.
343 SingletonHandle singleton) {

Completed in 91 milliseconds