Lines Matching refs:name_handle
1678 Handle<String> name_handle(name); in SetPropertyWithInterceptor() local
1695 result = setter(v8::Utils::ToLocal(name_handle), in SetPropertyWithInterceptor()
1703 this_handle->SetPropertyPostInterceptor(*name_handle, in SetPropertyWithInterceptor()
2311 Handle<String> name_handle(name); in GetPropertyAttributeWithInterceptor() local
2323 result = query(v8::Utils::ToLocal(name_handle), info); in GetPropertyAttributeWithInterceptor()
2338 result = getter(v8::Utils::ToLocal(name_handle), info); in GetPropertyAttributeWithInterceptor()
2343 *name_handle, in GetPropertyAttributeWithInterceptor()
2706 Handle<String> name_handle(name); in DeletePropertyWithInterceptor() local
2719 result = deleter(v8::Utils::ToLocal(name_handle), info); in DeletePropertyWithInterceptor()
2728 this_handle->DeletePropertyPostInterceptor(*name_handle, NORMAL_DELETION); in DeletePropertyWithInterceptor()
8085 Handle<String> name_handle(name); in GetPropertyWithInterceptor() local
8098 result = getter(v8::Utils::ToLocal(name_handle), info); in GetPropertyWithInterceptor()
8109 *name_handle, in GetPropertyWithInterceptor()