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

  /external/v8/include/
v8-util.h 237 class PersistentValueReference {
239 PersistentValueReference() : value_(kPersistentContainerNotFound) { }
240 PersistentValueReference(const PersistentValueReference& other)
256 void operator=(const PersistentValueReference& other) {
265 explicit PersistentValueReference(PersistentContainerValue value)
285 PersistentValueReference GetReference(const K& key) {
286 return PersistentValueReference(Traits::Get(&impl_, key));
358 typename PersistentValueMapBase<K, V, Traits>::PersistentValueReference
359 PersistentValueReference;
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1044 milliseconds