Home
last modified time | relevance | path

Searched refs:PropertyCallbackInfo (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/src/
H A Dnode_contextify.h87 static ContextifyContext* Get(const v8::PropertyCallbackInfo<T>& args);
111 const v8::PropertyCallbackInfo<v8::Value>& args);
115 const v8::PropertyCallbackInfo<v8::Value>& args);
118 const v8::PropertyCallbackInfo<v8::Value>& args);
122 const v8::PropertyCallbackInfo<v8::Value>& args);
125 const v8::PropertyCallbackInfo<v8::Boolean>& args);
127 const v8::PropertyCallbackInfo<v8::Array>& args);
130 const v8::PropertyCallbackInfo<v8::Value>& args);
134 const v8::PropertyCallbackInfo<v8::Value>& args);
137 const v8::PropertyCallbackInfo<v
[all...]
H A Dnode_process_object.cc29 using v8::PropertyCallbackInfo;
35 const PropertyCallbackInfo<Value>& info) { in ProcessTitleGetter()
45 const PropertyCallbackInfo<void>& info) { in ProcessTitleSetter()
53 const PropertyCallbackInfo<Value>& info) { in DebugPortGetter()
62 const PropertyCallbackInfo<void>& info) { in DebugPortSetter()
77 const PropertyCallbackInfo<Value>& info) { in GetParentProcessId()
H A Dnode_builtins.h119 const v8::PropertyCallbackInfo<v8::Value>& info);
124 const v8::PropertyCallbackInfo<v8::Value>& info);
128 const v8::PropertyCallbackInfo<v8::Value>& info);
H A Dnode_env_var.cc30 using v8::PropertyCallbackInfo;
340 const PropertyCallbackInfo<Value>& info) { in EnvGetter()
356 const PropertyCallbackInfo<Value>& info) { in EnvSetter()
390 const PropertyCallbackInfo<Integer>& info) { in EnvQuery()
400 const PropertyCallbackInfo<Boolean>& info) { in EnvDeleter()
412 static void EnvEnumerator(const PropertyCallbackInfo<Array>& info) { in EnvEnumerator()
422 const PropertyCallbackInfo<Value>& info) { in EnvDefiner()
H A Dnode_realm-inl.h29 inline Realm* Realm::GetCurrent(const v8::PropertyCallbackInfo<T>& info) { in GetCurrent()
51 inline T* Realm::GetBindingData(const v8::PropertyCallbackInfo<U>& info) { in GetBindingData()
H A Dnode_realm.h51 static inline Realm* GetCurrent(const v8::PropertyCallbackInfo<T>& info);
99 static inline T* GetBindingData(const v8::PropertyCallbackInfo<U>& info);
H A Dnode_contextify.cc68 using v8::PropertyCallbackInfo;
434 ContextifyContext* ContextifyContext::Get(const PropertyCallbackInfo<T>& args) { in Get()
458 const PropertyCallbackInfo<Value>& args) { in PropertyGetterCallback()
486 const PropertyCallbackInfo<Value>& args) { in PropertySetterCallback()
554 const PropertyCallbackInfo<Value>& args) { in PropertyDescriptorCallback()
576 const PropertyCallbackInfo<Value>& args) { in PropertyDefinerCallback()
636 const PropertyCallbackInfo<Boolean>& args) { in PropertyDeleterCallback()
654 const PropertyCallbackInfo<Array>& args) { in PropertyEnumeratorCallback()
671 const PropertyCallbackInfo<Value>& args) { in IndexedPropertyGetterCallback()
685 const PropertyCallbackInfo<Valu in IndexedPropertySetterCallback()
[all...]
H A Dbase_object.h113 const v8::PropertyCallbackInfo<v8::Value>& info);
117 const v8::PropertyCallbackInfo<void>& info);
H A Dbase_object-inl.h129 const v8::PropertyCallbackInfo<v8::Value>& info) { in InternalFieldGet()
137 const v8::PropertyCallbackInfo<void>& info) { in InternalFieldSet()
H A Dnode_builtins.cc27 using v8::PropertyCallbackInfo;
534 Local<Name> property, const PropertyCallbackInfo<Value>& info) { in GetBuiltinCategories()
622 const PropertyCallbackInfo<Value>& info) { in BuiltinIdsGetter()
632 Local<Name> property, const PropertyCallbackInfo<Value>& info) { in ConfigStringGetter()
/third_party/node/deps/v8/include/
H A Dv8-template.h160 * See `PropertyCallbackInfo`.
165 * const v8::PropertyCallbackInfo<v8::Value>& info) {
187 void (*)(Local<Name> property, const PropertyCallbackInfo<Value>& info);
205 * See `PropertyCallbackInfo`.
212 const PropertyCallbackInfo<Value>& info);
226 * See `PropertyCallbackInfo`.
236 void (*)(Local<Name> property, const PropertyCallbackInfo<Integer>& info);
251 * See `PropertyCallbackInfo`.
260 void (*)(Local<Name> property, const PropertyCallbackInfo<Boolean>& info);
269 void (*)(const PropertyCallbackInfo<Arra
[all...]
H A Dv8-function-callback.h71 friend class PropertyCallbackInfo;
145 class PropertyCallbackInfo { class
167 * const v8::PropertyCallbackInfo<v8::Value>& info) {
238 friend class internal::CustomArguments<PropertyCallbackInfo>;
247 V8_INLINE PropertyCallbackInfo(internal::Address* args) : args_(args) {} in PropertyCallbackInfo() function in v8::PropertyCallbackInfo
438 Isolate* PropertyCallbackInfo<T>::GetIsolate() const { in GetIsolate()
443 Local<Value> PropertyCallbackInfo<T>::Data() const { in Data()
448 Local<Object> PropertyCallbackInfo<T>::This() const { in This()
453 Local<Object> PropertyCallbackInfo<T>::Holder() const { in Holder()
458 ReturnValue<T> PropertyCallbackInfo<
[all...]
H A Dv8-object.h22 class PropertyCallbackInfo;
156 void (*)(Local<String> property, const PropertyCallbackInfo<Value>& info);
158 void (*)(Local<Name> property, const PropertyCallbackInfo<Value>& info);
162 const PropertyCallbackInfo<void>& info);
165 const PropertyCallbackInfo<void>& info);
H A Dv8-local-handle.h42 class PropertyCallbackInfo;
290 friend class PropertyCallbackInfo;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h141 * See `PropertyCallbackInfo`.
146 * const v8::PropertyCallbackInfo<v8::Value>& info) {
168 void (*)(Local<Name> property, const PropertyCallbackInfo<Value>& info);
186 * See `PropertyCallbackInfo`.
193 const PropertyCallbackInfo<Value>& info);
209 * See `PropertyCallbackInfo`.
219 void (*)(Local<Name> property, const PropertyCallbackInfo<Integer>& info);
235 * See `PropertyCallbackInfo`.
244 void (*)(Local<Name> property, const PropertyCallbackInfo<Boolean>& info);
253 void (*)(const PropertyCallbackInfo<Arra
[all...]
H A Dv8-function-callback.h72 friend class PropertyCallbackInfo;
165 class PropertyCallbackInfo { class
187 * const v8::PropertyCallbackInfo<v8::Value>& info) {
255 friend class internal::CustomArguments<PropertyCallbackInfo>;
267 V8_INLINE explicit PropertyCallbackInfo(internal::Address* args) in PropertyCallbackInfo() function in v8::PropertyCallbackInfo
462 Isolate* PropertyCallbackInfo<T>::GetIsolate() const { in Get()
467 Local<Value> PropertyCallbackInfo<T>::Data() const { in Get()
472 Local<Object> PropertyCallbackInfo<T>::This() const { in Get()
477 Local<Object> PropertyCallbackInfo<T>::Holder() const { in Get()
482 ReturnValue<T> PropertyCallbackInfo< in Get()
[all...]
H A Dv8-object.h22 class PropertyCallbackInfo;
154 void (*)(Local<String> property, const PropertyCallbackInfo<Value>& info);
156 void (*)(Local<Name> property, const PropertyCallbackInfo<Value>& info);
160 const PropertyCallbackInfo<void>& info);
163 const PropertyCallbackInfo<void>& info);
H A Dv8-local-handle.h55 class PropertyCallbackInfo;
352 friend class PropertyCallbackInfo;
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc113 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in ReconfigureToDataProperty()
136 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in ArgumentsIteratorGetter()
154 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in ArrayLengthGetter()
166 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in ArrayLengthSetter()
240 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in ModuleNamespaceEntryGetter()
256 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in ModuleNamespaceEntrySetter()
284 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in StringLengthGetter()
331 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in FunctionPrototypeGetter()
344 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in FunctionPrototypeSetter()
366 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v in FunctionLengthGetter()
[all...]
H A Daccessors.h68 const v8::PropertyCallbackInfo<v8::Value>& info);
75 const v8::PropertyCallbackInfo<v8::Boolean>& info);
91 const v8::PropertyCallbackInfo<v8::Value>& info);
121 const PropertyCallbackInfo<v8::Boolean>& info);
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc161 static Isolate* GetIsolate(const PropertyCallbackInfo<V>& info) { in GetIsolate()
166 static Handle<JSObject> GetHolder(const PropertyCallbackInfo<V>& info) { in GetHolder()
177 static Handle<Provider> GetProvider(const PropertyCallbackInfo<V>& info) { in GetProvider()
182 const PropertyCallbackInfo<v8::Value>& info) { in IndexedGetter()
192 const PropertyCallbackInfo<v8::Value>& info) { in IndexedDescriptor()
206 const PropertyCallbackInfo<v8::Integer>& info) { in IndexedQuery()
214 static void IndexedEnumerator(const PropertyCallbackInfo<v8::Array>& info) { in IndexedEnumerator()
241 static void IndexedEnumerator(const PropertyCallbackInfo<v8::Array>& info) { in IndexedEnumerator()
270 Local<v8::Name> name, const PropertyCallbackInfo<V>& info) { in FindName()
282 const PropertyCallbackInfo<v in NamedGetter()
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.h62 : public CustomArguments<PropertyCallbackInfo<Value> > {
64 using T = PropertyCallbackInfo<Value>;
H A Dapi-arguments-inl.h80 PropertyCallbackInfo<API_RETURN_TYPE> callback_info(values_);
88 PropertyCallbackInfo<API_RETURN_TYPE> callback_info(values_);
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.h47 v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&);
50 const v8::PropertyCallbackInfo<void>&);
/third_party/node/deps/v8/src/d8/
H A Dd8.h548 const PropertyCallbackInfo<Value>& info);
550 const PropertyCallbackInfo<void>& info);

Completed in 19 milliseconds

12