Searched refs:data_handle (Results 1 – 3 of 3) sorted by relevance
360 Handle<Object> data_handle(data_obj); in BUILTIN() local361 v8::Local<v8::Value> data = v8::Utils::ToLocal(data_handle); in BUILTIN()429 Handle<Object> data_handle(data_obj); in HandleApiCallAsFunctionOrConstructor() local430 v8::Local<v8::Value> data = v8::Utils::ToLocal(data_handle); in HandleApiCallAsFunctionOrConstructor()
802 Handle<Object> data_handle = args.at<Object>(4); in LoadPropertyWithInterceptorOnly() local812 v8::Utils::ToLocal(data_handle), in LoadPropertyWithInterceptorOnly()855 Handle<Object> data_handle = args->at<Object>(4); in LoadWithInterceptor() local865 v8::Utils::ToLocal(data_handle), in LoadWithInterceptor()
1510 Handle<Object> data_handle(interceptor->data()); in SetPropertyWithInterceptor() local1513 v8::Utils::ToLocal(data_handle), in SetPropertyWithInterceptor()2008 Handle<Object> data_handle(interceptor->data()); in GetPropertyAttributeWithInterceptor() local2010 v8::Utils::ToLocal(data_handle), in GetPropertyAttributeWithInterceptor()2279 Handle<Object> data_handle(interceptor->data()); in DeletePropertyWithInterceptor() local2282 v8::Utils::ToLocal(data_handle), in DeletePropertyWithInterceptor()2342 Handle<Object> data_handle(interceptor->data()); in DeleteElementWithInterceptor() local2345 v8::Utils::ToLocal(data_handle), in DeleteElementWithInterceptor()5468 Handle<Object> data_handle(interceptor->data()); in HasElementWithInterceptor() local5470 v8::Utils::ToLocal(data_handle), in HasElementWithInterceptor()[all …]