Lines Matching defs:obj
21 Handle<Object> CauseGC(Handle<Object> obj, Isolate* isolate) {
24 return obj;
27 Object CauseGCRaw(Object obj, Isolate* isolate) {
30 return obj;
81 SomeObject obj;
82 Handle<SomeObject> so = handle(obj, isolate);
91 SomeObject obj;
94 obj = *CauseGC(obj1, isolate);
108 virtual Handle<Object> VirtualCauseGC(Handle<Object> obj, Isolate* isolate) {
109 return obj;
115 Handle<Object> VirtualCauseGC(Handle<Object> obj, Isolate* isolate) override {
119 return obj;
140 static Handle<Object> StaticCauseGC(Handle<Object> obj, Isolate* isolate) {
144 return obj;