Lines Matching refs:FastApiCallbackOptions
40 * void FastMethodWithFallback(int param, FastApiCallbackOptions& options);
401 // The argument count, not including the v8::FastApiCallbackOptions
425 struct FastApiCallbackOptions;
450 FastApiCallbackOptions* options_value;
550 * void FastMethodWithOptions(int param, FastApiCallbackOptions& options);
553 struct FastApiCallbackOptions {
555 * Creates a new instance of FastApiCallbackOptions for testing purpose. The
558 static FastApiCallbackOptions CreateForTesting(Isolate* isolate) {
577 * `data_ptr` allows for default constructing FastApiCallbackOptions.
604 count<FastApiCallbackOptions&, ArgBuilders...>();
738 struct TypeInfoHelper<FastApiCallbackOptions&> {