Home
last modified time | relevance | path

Searched refs:CustomArguments (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi-arguments.h27 class CustomArguments : public CustomArgumentsBase {
31 ~CustomArguments() override;
39 explicit inline CustomArguments(Isolate* isolate) in CustomArguments() function
62 : public CustomArguments<PropertyCallbackInfo<Value> > {
65 using Super = CustomArguments<T>;
154 : public CustomArguments<FunctionCallbackInfo<Value> > {
157 using Super = CustomArguments<T>;
Dapi-arguments-inl.h35 CustomArguments<T>::~CustomArguments() { in ~CustomArguments()
41 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue()
/third_party/node/deps/v8/include/
Dv8-local-handle.h55 class CustomArguments; variable
297 friend class internal::CustomArguments;
Dv8-function-callback.h124 friend class internal::CustomArguments<FunctionCallbackInfo>;
238 friend class internal::CustomArguments<PropertyCallbackInfo>;
/third_party/benchmark/docs/
Duser_guide.md419 static void CustomArguments(benchmark::internal::Benchmark* b) {
424 BENCHMARK(BM_SetInsert)->Apply(CustomArguments);