Home | History | Annotate | Download | only in cctest

Lines Matching defs:ref

3920       typename Map::PersistentValueReference ref = map.GetReference(7);
3921 CHECK(expected->Equals(env.local(), ref.NewLocal(isolate)).FromJust());
3933 typename Map::PersistentValueReference ref;
3935 removed = map.Set(8, v8::Global<v8::Object>(isolate, expected2), &ref);
3938 CHECK(expected2->Equals(env.local(), ref.NewLocal(isolate)).FromJust());