Searched refs:DeletePropertyWithInterceptor (Results 1 – 2 of 2) sorted by relevance
2526 MUST_USE_RESULT static Maybe<bool> DeletePropertyWithInterceptor(
6150 Maybe<bool> JSObject::DeletePropertyWithInterceptor(LookupIterator* it) { in DeletePropertyWithInterceptor() function in v8::internal::JSObject6261 Maybe<bool> result = JSObject::DeletePropertyWithInterceptor(it); in DeleteProperty()