Searched refs:CustomArguments (Results 1 – 5 of 5) sorted by relevance
27 class CustomArguments : public CustomArgumentsBase {31 ~CustomArguments() override;39 explicit inline CustomArguments(Isolate* isolate) in CustomArguments() function62 : public CustomArguments<PropertyCallbackInfo<Value> > {65 using Super = CustomArguments<T>;154 : public CustomArguments<FunctionCallbackInfo<Value> > {157 using Super = CustomArguments<T>;
35 CustomArguments<T>::~CustomArguments() { in ~CustomArguments()41 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue()
55 class CustomArguments; variable297 friend class internal::CustomArguments;
124 friend class internal::CustomArguments<FunctionCallbackInfo>;238 friend class internal::CustomArguments<PropertyCallbackInfo>;
419 static void CustomArguments(benchmark::internal::Benchmark* b) {424 BENCHMARK(BM_SetInsert)->Apply(CustomArguments);