Lines Matching defs:FunctionCallbackInfo
133 template<typename T> class FunctionCallbackInfo;
317 template<class F> friend class FunctionCallbackInfo;
3173 template<class F> friend class FunctionCallbackInfo;
3191 class FunctionCallbackInfo {
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,
8003 Local<Value> FunctionCallbackInfo<T>::operator[](int i) const {
8010 Local<Function> FunctionCallbackInfo<T>::Callee() const {
8017 Local<Object> FunctionCallbackInfo<T>::This() const {
8023 Local<Object> FunctionCallbackInfo<T>::Holder() const {
8029 Local<Value> FunctionCallbackInfo<T>::NewTarget() const {
8035 Local<Value> FunctionCallbackInfo<T>::Data() const {
8041 Isolate* FunctionCallbackInfo<T>::GetIsolate() const {
8047 ReturnValue<T> FunctionCallbackInfo<T>::GetReturnValue() const {
8053 bool FunctionCallbackInfo<T>::IsConstructCall() const {
8059 int FunctionCallbackInfo<T>::Length() const {