Home
last modified time | relevance | path

Searched refs:InObjectPropertyAtPut (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dproperty-descriptor.cc132 result->InObjectPropertyAtPut(JSAccessorPropertyDescriptor::kGetIndex, in ToObject()
134 result->InObjectPropertyAtPut(JSAccessorPropertyDescriptor::kSetIndex, in ToObject()
136 result->InObjectPropertyAtPut( in ToObject()
139 result->InObjectPropertyAtPut( in ToObject()
148 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
150 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kWritableIndex, in ToObject()
152 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kEnumerableIndex, in ToObject()
154 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kConfigurableIndex, in ToObject()
Dobjects-inl.h1501 Object* JSObject::InObjectPropertyAtPut(int index, in InObjectPropertyAtPut() function
Dobjects.h2584 inline Object* InObjectPropertyAtPut(int index,
Dobjects.cc6578 object->InObjectPropertyAtPut(current_offset, value, in MigrateSlowToFast()
16619 regexp->InObjectPropertyAtPut(JSRegExp::kLastIndexFieldIndex, Smi::kZero, in Initialize()