Lines Matching refs:ToCData
187 v8::AccessorGetter call_fun = v8::ToCData<v8::AccessorGetter>(fun_obj); in GetPropertyWithCallback()
1909 v8::ToCData<v8::NamedPropertySetter>(interceptor->setter()); in SetPropertyWithInterceptor()
1986 v8::AccessorSetter call_fun = v8::ToCData<v8::AccessorSetter>(call_obj); in SetPropertyWithCallback()
3144 v8::ToCData<v8::NamedPropertyQuery>(interceptor->query()); in GetPropertyAttributeWithInterceptor()
3159 v8::ToCData<v8::NamedPropertyGetter>(interceptor->getter()); in GetPropertyAttributeWithInterceptor()
3822 v8::ToCData<v8::NamedPropertyDeleter>(interceptor->deleter()); in DeletePropertyWithInterceptor()
3856 v8::ToCData<v8::IndexedPropertyDeleter>(interceptor->deleter()); in DeleteElementWithInterceptor()
8756 v8::ToCData<v8::IndexedPropertyQuery>(interceptor->query()); in HasElementWithInterceptor()
8771 v8::ToCData<v8::IndexedPropertyGetter>(interceptor->getter()); in HasElementWithInterceptor()
8956 v8::ToCData<v8::IndexedPropertySetter>(interceptor->setter()); in SetElementWithInterceptor()
8993 v8::AccessorGetter call_fun = v8::ToCData<v8::AccessorGetter>(fun_obj); in GetElementWithCallback()
9053 v8::AccessorSetter call_fun = v8::ToCData<v8::AccessorSetter>(call_obj); in SetElementWithCallback()
9767 v8::ToCData<v8::IndexedPropertyGetter>(interceptor->getter()); in GetElementWithInterceptor()
10052 v8::ToCData<v8::NamedPropertyGetter>(interceptor->getter()); in GetPropertyWithInterceptor()