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

/external/v8/src/
H A Dobjects.cc2254 Object* JSObject::DeletePropertyPostInterceptor(String* name, DeleteMode mode) { function in class:v8::internal::JSObject
2292 this_handle->DeletePropertyPostInterceptor(*name_handle, NORMAL_DELETION);
2451 return DeletePropertyPostInterceptor(name, mode);
H A Dobjects.h1533 Object* DeletePropertyPostInterceptor(String* name, DeleteMode mode);

Completed in 60 milliseconds