Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-arguments.h25 class CustomArguments : public CustomArgumentsBase {
29 ~CustomArguments() { in ~CustomArguments()
40 explicit inline CustomArguments(Isolate* isolate) in CustomArguments() function
57 : public CustomArguments<PropertyCallbackInfo<Value> > {
60 typedef CustomArguments<T> Super;
146 : public CustomArguments<FunctionCallbackInfo<Value> > {
149 typedef CustomArguments<T> Super;
Dapi-arguments-inl.h23 Handle<V> CustomArguments<T>::GetReturnValue(Isolate* isolate) { in GetReturnValue()
/external/libcxx/utils/google-benchmark/
DREADME.md219 static void CustomArguments(benchmark::internal::Benchmark* b) {
224 BENCHMARK(BM_SetInsert)->Apply(CustomArguments);
/external/google-benchmark/
DREADME.md219 static void CustomArguments(benchmark::internal::Benchmark* b) {
224 BENCHMARK(BM_SetInsert)->Apply(CustomArguments);
/external/v8/include/
Dv8.h152 template<typename T> class CustomArguments; variable
419 template<class F> friend class internal::CustomArguments;
3942 friend class internal::CustomArguments<FunctionCallbackInfo>;
4057 friend class internal::CustomArguments<PropertyCallbackInfo>;