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

/external/v8/include/
H A Dv8.h133 template<typename T> class FunctionCallbackInfo;
317 template<class F> friend class FunctionCallbackInfo;
3173 template<class F> friend class FunctionCallbackInfo;
3191 class FunctionCallbackInfo { class in namespace:v8
3209 friend class internal::CustomArguments<FunctionCallbackInfo>;
3219 V8_INLINE FunctionCallbackInfo(internal::Object** implicit_args,
3260 typedef void (*FunctionCallback)(const FunctionCallbackInfo<Value>& info);
7997 FunctionCallbackInfo<T>::FunctionCallbackInfo(internal::Object** implicit_args, function in class:v8::FunctionCallbackInfo
8003 Local<Value> FunctionCallbackInfo<
[all...]

Completed in 64 milliseconds