Home | History | Annotate | Download | only in cctest

Lines Matching refs:g1s1

3857   WeakCallCounterAndPersistent<Value> g1s1(&counter);
3866 g1s1.handle.Reset(iso, Object::New(iso));
3869 g1s1.handle.SetWeak(&g1s1, &WeakPointerCallback);
3882 root.handle.Reset(iso, g1s1.handle); // make a root.
3890 Set(0, Local<Value>::New(iso, g1s1.handle)));
3894 UniqueId id1 = MakeUniqueId(g1s1.handle);
3896 iso->SetObjectGroupId(g1s1.handle, id1);
3920 UniqueId id1 = MakeUniqueId(g1s1.handle);
3922 iso->SetObjectGroupId(g1s1.handle, id1);
3951 WeakCallCounterAndPersistent<Object> g1s1(&counter);
3960 g1s1.handle.Reset(iso, Object::New(iso));
3963 g1s1.handle.SetWeak(&g1s1, &WeakPointerCallback);
3976 root.handle.Reset(iso, g1s1.handle); // make a root.
3981 CHECK(Local<Object>::New(iso, g1s1.handle)
3984 ->Set(0, Local<Object>::New(iso, g1s1.handle)));
3988 UniqueId id1 = MakeUniqueId(g1s1.handle);
3990 iso->SetObjectGroupId(g1s1.handle, id1);
3992 iso->SetReference(g1s1.handle, g1c1.handle);
4014 UniqueId id1 = MakeUniqueId(g1s1.handle);
4016 iso->SetObjectGroupId(g1s1.handle, id1);
4018 iso->SetReference(g1s1.handle, g1c1.handle);
4045 WeakCallCounterAndPersistent<Value> g1s1(&counter);
4056 g1s1.handle.Reset(iso, Object::New(iso));
4058 g1s1.handle.SetWeak(&g1s1, &WeakPointerCallback);
4060 CHECK(g1s1.handle.IsWeak());
4086 root.handle.Reset(iso, g1s1.handle); // make a root.
4089 // G1: { g1s1, g2s1 }, g1s1 implicitly references g2s1, ditto for other
4092 UniqueId id1 = MakeUniqueId(g1s1.handle);
4096 iso->SetObjectGroupId(g1s1.handle, id1);
4107 iso->SetReferenceFromGroup(id4, g1s1.handle);
4122 UniqueId id1 = MakeUniqueId(g1s1.handle);
4126 iso->SetObjectGroupId(g1s1.handle, id1);
4137 iso->SetReferenceFromGroup(id4, g1s1.handle);
4158 WeakCallCounterAndPersistent<Value> g1s1(&counter);
4167 g1s1.handle.Reset(iso, Object::New(iso));
4169 g1s1.handle.SetWeak(&g1s1, &WeakPointerCallback);
4185 root.handle.Reset(iso, g1s1.handle);
4189 // G1: { g1s1, g2s1 }, g1s1 implicitly references g2s1, ditto for other
4193 g1s1.handle.MarkPartiallyDependent();
4199 iso->SetObjectGroupId(g1s1.handle, UniqueId(1));
4201 Local<Object>::New(iso, g1s1.handle.As<Object>())->Set(
4210 v8_str("x"), Local<Value>::New(iso, g1s1.handle));
4227 g1s1.handle.MarkPartiallyDependent();
4233 iso->SetObjectGroupId(g1s1.handle, UniqueId(1));
4235 Local<Object>::New(iso, g1s1.handle.As<Object>())->Set(
4244 v8_str("x"), Local<Value>::New(iso, g1s1.handle));