OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SingletonHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
global-handles.h
348
enum
SingletonHandle
{
368
// Grab the handle for an existing
SingletonHandle
.
369
inline Handle<Object> GetSingleton(
SingletonHandle
singleton) {
374
// Checks whether a
SingletonHandle
has been assigned.
375
inline bool Exists(
SingletonHandle
singleton) {
379
// Assign a
SingletonHandle
to an empty slot and returns the handle.
382
SingletonHandle
singleton) {
i18n.cc
254
template<int internal_fields, EternalHandles::
SingletonHandle
field>
[
all
...]
Completed in 165 milliseconds