Home
last modified time | relevance | path

Searched refs:SetPropertyWithAccessor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.cc1447 Maybe<bool> Object::SetPropertyWithAccessor(LookupIterator* it, in SetPropertyWithAccessor() function in v8::internal::Object
1903 return SetPropertyWithAccessor(it, value, should_throw); in SetPropertyWithFailedAccessCheck()
4295 return SetPropertyWithAccessor(it, value, should_throw); in SetPropertyInternal()
4390 return JSObject::SetPropertyWithAccessor(&own_lookup, value, in SetSuperProperty()
5429 return JSObject::SetPropertyWithAccessor(it, value, should_throw); in DefineOwnPropertyIgnoreAttributes()
Dobjects.h1399 MUST_USE_RESULT static Maybe<bool> SetPropertyWithAccessor(