Searched refs:PropertyCallbackInfo (Results 1 – 16 of 16) sorted by relevance
19 const v8::PropertyCallbackInfo<v8::Integer>& info);21 const v8::PropertyCallbackInfo<v8::Value>& info);24 const v8::PropertyCallbackInfo<v8::Value>& info);26 const v8::PropertyCallbackInfo<v8::Boolean>& info);
66 const v8::PropertyCallbackInfo<v8::Value>& info) { in JSPropGetter()94 const v8::PropertyCallbackInfo<void>& info) { in JSPropSetter()148 const v8::PropertyCallbackInfo<v8::Value>& info) { \154 const v8::PropertyCallbackInfo<void>& info) { \
34 const v8::PropertyCallbackInfo<v8::Integer>& info) { in JSSpecialPropQuery()54 const v8::PropertyCallbackInfo<v8::Value>& info) { in JSSpecialPropGet()82 const v8::PropertyCallbackInfo<v8::Value>& info) { in JSSpecialPropPut()105 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in JSSpecialPropDel()193 const v8::PropertyCallbackInfo<v8::Integer>& info) { in queryprop_static()200 const v8::PropertyCallbackInfo<v8::Value>& info) { in getprop_static()208 const v8::PropertyCallbackInfo<v8::Value>& info) { in putprop_static()215 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in delprop_static()
165 const v8::PropertyCallbackInfo<v8::Integer>& info) { in NamedPropertyQueryCallback()185 const v8::PropertyCallbackInfo<v8::Value>& info) { in NamedPropertyGetterCallback()202 const v8::PropertyCallbackInfo<v8::Value>& info) { in NamedPropertySetterCallback()219 const v8::PropertyCallbackInfo<v8::Array>& info) { in NamedPropertyEnumeratorCallback()
57 using v8::PropertyCallbackInfo;131 const PropertyCallbackInfo<Value>& info);133 const PropertyCallbackInfo<Value>& info);135 const PropertyCallbackInfo<Value>& info);137 const PropertyCallbackInfo<Value>& info);140 static void MapGet(Local<Name> name, const PropertyCallbackInfo<Value>& info);142 const PropertyCallbackInfo<Value>& info);399 const PropertyCallbackInfo<Value>& info) { in MapGet()424 const PropertyCallbackInfo<Value>& info) { in MapSet()507 const PropertyCallbackInfo<Value>& info) { in GetPath()[all …]
61 const v8::PropertyCallbackInfo<v8::Value>& info);68 const v8::PropertyCallbackInfo<v8::Boolean>& info);84 const v8::PropertyCallbackInfo<v8::Value>& info);114 const PropertyCallbackInfo<v8::Boolean>& info);
105 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in ReconfigureToDataProperty()131 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in ArgumentsIteratorGetter()152 const v8::PropertyCallbackInfo<v8::Value>& info) { in ArrayLengthGetter()165 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in ArrayLengthSetter()234 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in ModuleNamespaceEntryGetter()251 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in ModuleNamespaceEntrySetter()281 const v8::PropertyCallbackInfo<v8::Value>& info) { in StringLengthGetter()323 const v8::PropertyCallbackInfo<v8::Value>& info) { in FunctionPrototypeGetter()337 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in FunctionPrototypeSetter()363 const v8::PropertyCallbackInfo<v8::Value>& info) { in FunctionLengthGetter()[all …]
57 : public CustomArguments<PropertyCallbackInfo<Value> > {59 typedef PropertyCallbackInfo<Value> T;
446 const PropertyCallbackInfo<Value>& info);449 const PropertyCallbackInfo<void>& info);
58 PropertyCallbackInfo<API_RETURN_TYPE> callback_info(begin());
595 const v8::PropertyCallbackInfo<v8::Value>& info,
1210 const PropertyCallbackInfo<Value>& info) { in RealmSharedGet()1219 const PropertyCallbackInfo<void>& info) { in RealmSharedSet()
10760 const v8::PropertyCallbackInfo<v8::Value>& info, in InvokeAccessorGetterCallback()
36 v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);39 const v8::PropertyCallbackInfo<void>&);
771 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in accessorGetterCallback()803 const v8::PropertyCallbackInfo<void>& info) { in accessorSetterCallback()
134 template<typename T> class PropertyCallbackInfo; variable413 template<class F> friend class PropertyCallbackInfo;3262 const PropertyCallbackInfo<Value>& info);3265 const PropertyCallbackInfo<Value>& info);3271 const PropertyCallbackInfo<void>& info);3275 const PropertyCallbackInfo<void>& info);3891 template<class F> friend class PropertyCallbackInfo;3964 class PropertyCallbackInfo {4057 friend class internal::CustomArguments<PropertyCallbackInfo>;4066 V8_INLINE PropertyCallbackInfo(internal::Object** args) : args_(args) {}[all …]