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;
3128 template<class F> friend class FunctionCallbackInfo;
3146 class FunctionCallbackInfo { class in namespace:v8
3162 friend class internal::CustomArguments<FunctionCallbackInfo>;
3171 V8_INLINE FunctionCallbackInfo(internal::Object** implicit_args,
3213 typedef void (*FunctionCallback)(const FunctionCallbackInfo<Value>& info);
7609 FunctionCallbackInfo<T>::FunctionCallbackInfo(internal::Object** implicit_args, function in class:v8::FunctionCallbackInfo
7620 Local<Value> FunctionCallbackInfo<
[all...]

Completed in 592 milliseconds