Home
last modified time | relevance | path

Searched refs:SetPropertyWithInterceptor (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dhandles.cc271 Handle<Object> SetPropertyWithInterceptor(Handle<JSObject> object, in SetPropertyWithInterceptor() function
275 CALL_HEAP_FUNCTION(object->SetPropertyWithInterceptor(*key, in SetPropertyWithInterceptor()
Dhandles.h226 Handle<Object> SetPropertyWithInterceptor(Handle<JSObject> object,
Dstub-cache.cc923 Object* result = recv->SetPropertyWithInterceptor(name, value, attr); in StoreInterceptorProperty()
Dobjects.h1190 Object* SetPropertyWithInterceptor(String* name,
Dobjects.cc1514 Object* JSObject::SetPropertyWithInterceptor(String* name, in SetPropertyWithInterceptor() function in v8::internal::JSObject
1887 return SetPropertyWithInterceptor(name, value, attributes); in SetProperty()