Searched defs:FunctionCallbackInfo (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8.h131 template<typename T> class FunctionCallbackInfo;
315 template<class F> friend class FunctionCallbackInfo;
3455 template<class F> friend class FunctionCallbackInfo;
3473 class FunctionCallbackInfo { class in namespace:v8
3491 friend class internal::CustomArguments<FunctionCallbackInfo>;
3501 V8_INLINE FunctionCallbackInfo(internal::Object** implicit_args,
3621 typedef void (*FunctionCallback)(const FunctionCallbackInfo<Value>& info);
8788 FunctionCallbackInfo<T>::FunctionCallbackInfo(internal::Object** implicit_args, function in class:v8::FunctionCallbackInfo
8794 Local<Value> FunctionCallbackInfo<
[all...]

Completed in 110 milliseconds