Searched refs:CustomArguments (Results 1 – 5 of 5) sorted by relevance
25 class CustomArguments : public CustomArgumentsBase {29 ~CustomArguments() { in ~CustomArguments()40 explicit inline CustomArguments(Isolate* isolate) in CustomArguments() function57 : public CustomArguments<PropertyCallbackInfo<Value> > {60 typedef CustomArguments<T> Super;146 : public CustomArguments<FunctionCallbackInfo<Value> > {149 typedef CustomArguments<T> Super;
23 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue()
219 static void CustomArguments(benchmark::internal::Benchmark* b) {224 BENCHMARK(BM_SetInsert)->Apply(CustomArguments);
152 template<typename T> class CustomArguments; variable419 template<class F> friend class internal::CustomArguments;3942 friend class internal::CustomArguments<FunctionCallbackInfo>;4057 friend class internal::CustomArguments<PropertyCallbackInfo>;