Home
last modified time | relevance | path

Searched refs:outobject_array_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dfield-index.h53 int outobject_array_index() const { in outobject_array_index() function
Dobjects-inl.h2188 return properties()->get(index.outobject_array_index()); in RawFastPropertyAt()
2205 properties()->set(index.outobject_array_index(), value); in RawFastPropertyAtPut()
/external/v8/src/runtime/
Druntime-object.cc590 CHECK(field_index.outobject_array_index() < object->properties()->length()); in RUNTIME_FUNCTION()