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

/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.h55 Persistent, enumerator in enum:WebCore::AsyncFileSystem::Type
/external/v8/include/
H A Dv8.h100 template <class T> class Persistent;
130 typedef void (*WeakReferenceCallback)(Persistent<Value> object,
155 * local operations. They are managed by HandleScopes. Persistent
299 * allocated, a Persistent handle remains valid until it is explicitly
305 * cell can be created using Persistent::New and existing handles can
306 * be disposed using Persistent::Dispose. Since persistent handles
313 template <class T> class Persistent : public Handle<T> { class in namespace:v8
320 inline Persistent();
327 * persistent handles, for instance from a Persistent<String> to a
328 * Persistent<Numbe
333 template <class S> inline Persistent(Persistent<S> that) function in class:v8::Persistent
343 template <class S> inline Persistent(S* that) : Handle<T>(that) { } function in class:v8::Persistent
349 template <class S> explicit inline Persistent(Handle<S> that) function in class:v8::Persistent
3699 Persistent<T>::Persistent() : Handle<T>() { } function in class:v8::Persistent
[all...]

Completed in 79 milliseconds