Searched refs:native_ids_ (Results 1 – 1 of 1) sorted by relevance
37 int GetBuiltinsCount() { return native_ids_.length(); } in GetBuiltinsCount()47 for (int i = 0; i < native_ids_.length(); ++i) { in GetIndex()48 int native_id_length = native_ids_[i].length(); in GetIndex()50 (strncmp(id, native_ids_[i].start(), native_id_length) == 0)) { in GetIndex()104 native_ids_.Add(id_vector); in ReadNameAndContentPair()109 List<Vector<const char> > native_ids_; member in v8::internal::NativesStore