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

  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 55 Persistent,
  /external/v8/include/
v8.h 100 template <class T> class Persistent;
130 typedef void (*WeakReferenceCallback)(Persistent<Value> object,
153 * There are two types of handles: local and persistent handles.
155 * local operations. They are managed by HandleScopes. Persistent
299 * allocated, a Persistent handle remains valid until it is explicitly
302 * A persistent handle contains a reference to a storage cell within
305 * cell can be created using Persistent::New and existing handles can
306 * be disposed using Persistent::Dispose. Since persistent handles
307 * are passed by value you may have many persistent handle object
    [all...]

Completed in 189 milliseconds