Home
last modified time | relevance | path

Searched refs:PropertyCallbackInfo (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/
Daccessors.cc140 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 …]
Darguments.cc43 PropertyCallbackInfo<ReturnValue> info(begin()); \
55 PropertyCallbackInfo<ReturnValue> info(begin()); \
68 PropertyCallbackInfo<ReturnValue> info(begin()); \
81 PropertyCallbackInfo<ReturnValue> info(begin()); \
Daccessors.h48 const v8::PropertyCallbackInfo<v8::Value>& info); \
52 const v8::PropertyCallbackInfo<void>& info); \
Darguments.h152 : public CustomArguments<PropertyCallbackInfo<Value> > {
154 typedef PropertyCallbackInfo<Value> T;
Dd8.h296 const PropertyCallbackInfo<Value>& info);
299 const PropertyCallbackInfo<void>& info);
Dapi.h679 const v8::PropertyCallbackInfo<v8::Value>& info,
Dd8.cc452 const PropertyCallbackInfo<Value>& info) { in RealmSharedGet()
461 const PropertyCallbackInfo<void>& info) { in RealmSharedSet()
Dapi.cc7641 const v8::PropertyCallbackInfo<v8::Value>& info, in InvokeAccessorGetterCallback()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h58 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/
Dtest-accessors.cc47 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 …]
Dtest-decls.cc92 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()
Dtest-alloc.cc110 const v8::PropertyCallbackInfo<v8::Value>& info) { in TestGetter()
120 const v8::PropertyCallbackInfo<void>& info) { in TestSetter()
Dtest-log.cc378 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()
Dtest-api.cc974 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 …]
Dtest-debug.cc4334 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()
Dtest-cpu-profiler.cc771 const v8::PropertyCallbackInfo<v8::Value>& info) { in Getter()
778 const v8::PropertyCallbackInfo<void>& info) { in Setter()
/external/v8/samples/
Dprocess.cc110 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/
DDrawingMethods.h43 const v8::PropertyCallbackInfo<v8::Value>& info);
45 const v8::PropertyCallbackInfo<v8::Value>& info);
DDrawingMethods.cpp122 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetWidth()
135 const v8::PropertyCallbackInfo<v8::Value>& info) { in GetHeight()
/external/v8/include/
Dv8.h116 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 …]