Home | History | Annotate | Download | only in src

Lines Matching refs:JSObject

103       JSObject::cast(this)->JSObjectVerify();
258 bool JSObject::ElementsAreSafeToExamine() {
266 void JSObject::JSObjectVerify() {
285 actual_unused_property_fields - JSObject::kFieldsAdded);
807 // JSObject: Compilation error.
1054 void JSObject::IncrementSpillStatistics(SpillInformation* info) {
1117 void JSObject::SpillInformation::Clear() {
1132 void JSObject::SpillInformation::Print() {
1133 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_);