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

/external/v8/src/
H A Dobjects.h2157 MUST_USE_RESULT MaybeObject* DeletePropertyWithInterceptor(String* name);
H A Dobjects.cc3814 MaybeObject* JSObject::DeletePropertyWithInterceptor(String* name) { function in class:v8::internal::JSObject
3969 return DeletePropertyWithInterceptor(name);

Completed in 384 milliseconds