Searched refs:FastApiCallbackOptions (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/include/ |
H A D | v8-fast-api-calls.h | 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 { struct 543 * Creates a new instance of FastApiCallbackOptions for testing purpose. The 546 static FastApiCallbackOptions CreateForTesting(Isolate* isolate) { in CreateForTesting() 565 * `data_ptr` allows for default constructing FastApiCallbackOptions. 587 count<FastApiCallbackOptions [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-fast-api-calls.h | 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 { struct 555 * Creates a new instance of FastApiCallbackOptions for testing purpose. The 558 static FastApiCallbackOptions CreateForTesting(Isolate* isolate) { in CreateForTesting() 577 * `data_ptr` allows for default constructing FastApiCallbackOptions. 604 count<FastApiCallbackOptions [all...] |
/third_party/node/deps/v8/src/d8/ |
H A D | d8-test.cc | 64 FastApiCallbackOptions& options) { in AddAllFastCallback() 184 FastApiCallbackOptions& options) { in AddAllSequenceFastCallback() 329 FastApiCallbackOptions& options) { in AddAllTypedArrayFastCallback() 404 FastApiCallbackOptions& options) { in AddAllIntInvalidCallback() 426 FastApiCallbackOptions& options) { in Add32BitIntFastCallback() 499 FastApiCallbackOptions& options) { in AddAll32BitIntFastCallback_8Args() 518 uint32_t arg6_u32, FastApiCallbackOptions& options) { in AddAll32BitIntFastCallback_6Args() 537 FastApiCallbackOptions& options) { in AddAll32BitIntFastCallback_5Args() 583 FastApiCallbackOptions& options) { in IsFastCApiObjectFastCallback()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 5178 int kAlign = alignof(v8::FastApiCallbackOptions); in LowerFastApiCall() 5179 int kSize = sizeof(v8::FastApiCallbackOptions); in LowerFastApiCall() 5181 // v8::FastApiCallbackOptions, which means you'll need to write code in LowerFastApiCall() 5189 static_cast<int>(offsetof(v8::FastApiCallbackOptions, fallback)), in LowerFastApiCall() 5194 static_cast<int>(offsetof(v8::FastApiCallbackOptions, data)), in LowerFastApiCall() 5351 static_cast<int>(offsetof(v8::FastApiCallbackOptions, fallback))); in LowerFastApiCall()
|
Completed in 19 milliseconds