Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h2526 MUST_USE_RESULT static Maybe<bool> DeletePropertyWithInterceptor(
Dobjects.cc6150 Maybe<bool> JSObject::DeletePropertyWithInterceptor(LookupIterator* it) { in DeletePropertyWithInterceptor() function in v8::internal::JSObject
6261 Maybe<bool> result = JSObject::DeletePropertyWithInterceptor(it); in DeleteProperty()