Lines Matching refs:baseObject
2011 Handle<JSObject> baseObject =
2017 CHECK_EQ(10, baseObject->map()->NumberOfProtoTransitions());
2020 CHECK_EQ(transitions, baseObject->map()->NumberOfProtoTransitions());
2023 FixedArray* trans = baseObject->map()->GetPrototypeTransitions();
2044 Handle<Map> map(baseObject->map());
2048 JSObject::SetPrototype(baseObject, prototype, false);