Searched refs:PropertyCallbackInfo (Results 1 – 20 of 20) sorted by relevance
/external/v8/src/ |
D | accessors.cc | 140 Isolate* isolate, const v8::PropertyCallbackInfo<void>& info, in SetPropertyOnInstanceIfInherited() 164 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) { in ArgumentsIteratorGetter() 175 const v8::PropertyCallbackInfo<void>& info) { in ArgumentsIteratorSetter() 220 const v8::PropertyCallbackInfo<v8::Value>& info) { in ArrayLengthGetter() 233 const v8::PropertyCallbackInfo<void>& info) { in ArrayLengthSetter() 294 const v8::PropertyCallbackInfo<v8::Value>& info) { in StringLengthGetter() 318 const v8::PropertyCallbackInfo<void>& info) { in StringLengthSetter() 340 const v8::PropertyCallbackInfo<v8::Value>& info) { in ScriptColumnOffsetGetter() 353 const v8::PropertyCallbackInfo<void>& info) { in ScriptColumnOffsetSetter() 377 const v8::PropertyCallbackInfo<v8::Value>& info) { in ScriptIdGetter() [all …]
|
D | arguments.cc | 43 PropertyCallbackInfo<ReturnValue> info(begin()); \ 55 PropertyCallbackInfo<ReturnValue> info(begin()); \ 68 PropertyCallbackInfo<ReturnValue> info(begin()); \ 81 PropertyCallbackInfo<ReturnValue> info(begin()); \
|
D | accessors.h | 48 const v8::PropertyCallbackInfo<v8::Value>& info); \ 52 const v8::PropertyCallbackInfo<void>& info); \
|
D | arguments.h | 152 : public CustomArguments<PropertyCallbackInfo<Value> > { 154 typedef PropertyCallbackInfo<Value> T;
|
D | d8.h | 296 const PropertyCallbackInfo<Value>& info); 299 const PropertyCallbackInfo<void>& info);
|
D | api.h | 679 const v8::PropertyCallbackInfo<v8::Value>& info,
|
D | d8.cc | 452 const PropertyCallbackInfo<Value>& info) { in RealmSharedGet() 461 const PropertyCallbackInfo<void>& info) { in RealmSharedSet()
|
D | api.cc | 7641 const v8::PropertyCallbackInfo<v8::Value>& info, in InvokeAccessorGetterCallback()
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Define.h | 58 const v8::PropertyCallbackInfo<v8::Value>& info) { in JSPropGetter() 82 const v8::PropertyCallbackInfo<void>& info) { in JSPropSetter() 102 const v8::PropertyCallbackInfo<v8::Value>& info) { \ 109 const v8::PropertyCallbackInfo<void>& info) { \ 237 void JSSpecialPropQuery(const char *, v8::Local<v8::String> property,const v8::PropertyCallbackInfo… in JSSpecialPropQuery() 250 const v8::PropertyCallbackInfo<v8::Value>& info) { in JSSpecialPropGet() 275 const v8::PropertyCallbackInfo<v8::Value>& info) { in JSSpecialPropPut() 297 const v8::PropertyCallbackInfo<v8::Boolean>& info) { in JSSpecialPropDel() 324 …##js_class_name##_static(v8::Local<v8::String> property,const v8::PropertyCallbackInfo<v8::Integer… 325 …#js_class_name##_static(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>&… [all …]
|
/external/v8/test/cctest/ |
D | test-accessors.cc | 47 const v8::PropertyCallbackInfo<v8::Value>& info) { in handle_property() 53 const v8::PropertyCallbackInfo<v8::Value>& info) { in handle_property_2() 102 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetIntValue() 112 const v8::PropertyCallbackInfo<void>& info) { in SetIntValue() 158 const v8::PropertyCallbackInfo<v8::Value>& info) { in XGetter() 183 const v8::PropertyCallbackInfo<void>& info) { in XSetter() 235 const v8::PropertyCallbackInfo<v8::Value>& info) { in HandleAllocatingGetter() 269 const v8::PropertyCallbackInfo<v8::Value>& info) { in CheckAccessorArgsCorrect() 310 const v8::PropertyCallbackInfo<v8::Value>& info) { in EmptyGetter() 376 const v8::PropertyCallbackInfo<v8::Value>& info) { in ThrowingGetAccessor() [all …]
|
D | test-decls.cc | 92 const v8::PropertyCallbackInfo<v8::Value>& info); 95 const v8::PropertyCallbackInfo<v8::Value>& info); 97 const v8::PropertyCallbackInfo<v8::Integer>& info); 182 const v8::PropertyCallbackInfo<v8::Value>& info) { in HandleGet() 192 const v8::PropertyCallbackInfo<v8::Value>& info) { in HandleSet() 201 const v8::PropertyCallbackInfo<v8::Integer>& info) { in HandleQuery()
|
D | test-alloc.cc | 110 const v8::PropertyCallbackInfo<v8::Value>& info) { in TestGetter() 120 const v8::PropertyCallbackInfo<void>& info) { in TestSetter()
|
D | test-log.cc | 378 const v8::PropertyCallbackInfo<v8::Value>& info) { in Prop1Getter() 383 const v8::PropertyCallbackInfo<void>& info) { in Prop1Setter() 387 const v8::PropertyCallbackInfo<v8::Value>& info) { in Prop2Getter()
|
D | test-api.cc | 974 Local<String> name, const v8::PropertyCallbackInfo<Value>& info) { in Return239Callback() 1783 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetM() 1840 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetKnurd() 1908 const v8::PropertyCallbackInfo<v8::Value>& info) { in EchoNamedProperty() 1919 const v8::PropertyCallbackInfo<v8::Value>& info) { in SimpleAccessorGetter() 1926 const v8::PropertyCallbackInfo<void>& info) { in SimpleAccessorSetter() 1932 const v8::PropertyCallbackInfo<v8::Value>& info) { in SymbolAccessorGetter() 1941 const v8::PropertyCallbackInfo<void>& info) { in SymbolAccessorSetter() 1950 const v8::PropertyCallbackInfo<v8::Value>& info) { in EmptyInterceptorGetter() 1955 const v8::PropertyCallbackInfo<v8::Value>& info) { in EmptyInterceptorSetter() [all …]
|
D | test-debug.cc | 4334 static void NamedEnum(const v8::PropertyCallbackInfo<v8::Array>& info) { in NamedEnum() 4346 static void IndexedEnum(const v8::PropertyCallbackInfo<v8::Array>& info) { in IndexedEnum() 4356 const v8::PropertyCallbackInfo<v8::Value>& info) { in NamedGetter() 4376 const v8::PropertyCallbackInfo<v8::Value>& info) { in IndexedGetter() 4615 const v8::PropertyCallbackInfo<v8::Value>& info) { in ProtperyXNativeGetter() 4655 const v8::PropertyCallbackInfo<v8::Value>& info) { in ProtperyXNativeGetterThrowingError() 6839 const v8::PropertyCallbackInfo<v8::Value>& info) { in NamedGetterWithCallingContextCheck()
|
D | test-cpu-profiler.cc | 771 const v8::PropertyCallbackInfo<v8::Value>& info) { in Getter() 778 const v8::PropertyCallbackInfo<void>& info) { in Setter()
|
/external/v8/samples/ |
D | process.cc | 110 const PropertyCallbackInfo<Value>& info); 112 const PropertyCallbackInfo<Value>& info); 114 const PropertyCallbackInfo<Value>& info); 116 const PropertyCallbackInfo<Value>& info); 120 const PropertyCallbackInfo<Value>& info); 123 const PropertyCallbackInfo<Value>& info); 363 const PropertyCallbackInfo<Value>& info) { in MapGet() 386 const PropertyCallbackInfo<Value>& info) { in MapSet() 466 const PropertyCallbackInfo<Value>& info) { in GetPath() 482 const PropertyCallbackInfo<Value>& info) { in GetReferrer() [all …]
|
/external/skia/experimental/SkV8Example/ |
D | DrawingMethods.h | 43 const v8::PropertyCallbackInfo<v8::Value>& info); 45 const v8::PropertyCallbackInfo<v8::Value>& info);
|
D | DrawingMethods.cpp | 122 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetWidth() 135 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetHeight()
|
/external/v8/include/ |
D | v8.h | 116 template<typename T> class PropertyCallbackInfo; variable 305 template<class F> friend class PropertyCallbackInfo; variable 382 template<class F> friend class PropertyCallbackInfo; variable 2235 const PropertyCallbackInfo<Value>& info); 2238 const PropertyCallbackInfo<Value>& info); 2244 const PropertyCallbackInfo<void>& info); 2248 const PropertyCallbackInfo<void>& info); 2622 template<class F> friend class PropertyCallbackInfo; variable 2679 class PropertyCallbackInfo { 2692 friend class internal::CustomArguments<PropertyCallbackInfo>; [all …]
|