Lines Matching refs:SomeObject
66 class SomeObject : public Object {
70 SomeObject& operator=(const Object& b) {
75 DECL_CAST(SomeObject)
77 OBJECT_CONSTRUCTORS(SomeObject, Object);
81 SomeObject obj;
82 Handle<SomeObject> so = handle(obj, isolate);
91 SomeObject obj;
128 SomeObject so;
129 Handle<SomeObject> so_handle = handle(so, isolate);
149 SomeObject so;
150 Handle<SomeObject> so_handle = handle(so, isolate);