Lines Matching defs:obj1
45 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto();
48 TwoArgumentsFunction(*CauseGC(obj1, isolate), *CauseGC(obj2, isolate));
57 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto();
60 TwoSizeTArgumentsFunction(sizeof(*CauseGC(obj1, isolate)),
83 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto();
85 so->Method(*CauseGC(obj1, isolate));
87 so->Method(CauseGCRaw(*obj1, isolate));
92 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto();
94 obj = *CauseGC(obj1, isolate);
126 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto();
131 so_handle->Method(*derived.VirtualCauseGC(obj1, isolate));
133 so_handle->Method(*base->VirtualCauseGC(obj1, isolate));
152 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto();
154 so_handle->Method(*SomeClass::StaticCauseGC(obj1, isolate));