Searched refs:name_handle (Results 1 – 2 of 2) sorted by relevance
/external/webkit/V8Binding/v8/src/ |
D | stub-cache.cc | 800 Handle<String> name_handle = args.at<String>(2); in LoadPropertyWithInterceptorOnly() local 819 r = getter(v8::Utils::ToLocal(name_handle), info); in LoadPropertyWithInterceptorOnly() 841 Handle<String> name_handle(name); in ThrowReferenceError() local 844 HandleVector(&name_handle, 1)); in ThrowReferenceError() 853 Handle<String> name_handle = args->at<String>(2); in LoadWithInterceptor() local 872 r = getter(v8::Utils::ToLocal(name_handle), info); in LoadWithInterceptor() 883 *name_handle, in LoadWithInterceptor()
|
D | objects.cc | 349 Handle<String> name_handle(name); in GetLazyProperty() local 355 *name_handle, in GetLazyProperty() 367 Handle<String> name_handle(name); in SetLazyProperty() local 373 return this_handle->SetProperty(*name_handle, *value_handle, attributes); in SetLazyProperty() 382 Handle<String> name_handle(name); in DeleteLazyProperty() local 387 return this_handle->DeleteProperty(*name_handle, mode); in DeleteLazyProperty() 1506 Handle<String> name_handle(name); in SetPropertyWithInterceptor() local 1524 result = setter(v8::Utils::ToLocal(name_handle), in SetPropertyWithInterceptor() 1531 Object* raw_result = this_handle->SetPropertyPostInterceptor(*name_handle, in SetPropertyWithInterceptor() 2007 Handle<String> name_handle(name); in GetPropertyAttributeWithInterceptor() local [all …]
|