Lines Matching refs:FastApiCallbackOptions
40 * void FastMethodWithFallback(int param, FastApiCallbackOptions& options);
392 // The argument count, not including the v8::FastApiCallbackOptions
416 struct FastApiCallbackOptions;
438 FastApiCallbackOptions* options_value;
538 * void FastMethodWithOptions(int param, FastApiCallbackOptions& options);
541 struct FastApiCallbackOptions {
543 * Creates a new instance of FastApiCallbackOptions for testing purpose. The
546 static FastApiCallbackOptions CreateForTesting(Isolate* isolate) {
565 * `data_ptr` allows for default constructing FastApiCallbackOptions.
587 count<FastApiCallbackOptions&, ArgBuilders...>();
717 struct TypeInfoHelper<FastApiCallbackOptions&> {