Home | History | Annotate | Download | only in src

Lines Matching defs:at

281   Handle<Map> at(int i) const {
282 return Handle<Map>(list_.at(i));
285 Handle<Map> first() const { return at(0); }
286 Handle<Map> last() const { return at(length() - 1); }
354 return types->at(0);
379 // if it is != NULL, guaranteed to contain at least one entry.
516 // At the moment there are no "const functions" in JavaScript...
1301 // for minimizing the work when constructing it at runtime.
1425 // for minimizing the work when constructing it at runtime.