Home | History | Annotate | Download | only in src

Lines Matching defs:last

113   JSObject* last = receiver;
114 while (last->GetPrototype() != heap()->null_value()) {
115 last = JSObject::cast(last->GetPrototype());
116 if (last->IsGlobalObject()) cache_name = name;
126 compiler.CompileLoadNonexistent(cache_name, receiver, last);
1342 ASSERT(args.length() == 5); // Last arg is data object.
1395 ASSERT(args->length() == 5); // Last arg is data object.