Home | History | Annotate | Download | only in src

Lines Matching refs:JSObject

148       JSObject::cast(this)->JSObjectPrint();
250 JSObject::cast(this)->JSObjectVerify();
400 void JSObject::PrintProperties() {
442 void JSObject::PrintElements() {
523 void JSObject::JSObjectPrint() {
524 PrintF("%p: [JSObject]\n", this);
534 void JSObject::JSObjectVerify() {
904 // JSObject: Compilation error.
1197 void JSObject::IncrementSpillStatistics(SpillInformation* info) {
1244 void JSObject::SpillInformation::Clear() {
1258 void JSObject::SpillInformation::Print() {
1259 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_);