| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b59af77 commit bf5c6a8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.8', | ||
| 41 | + 'v8_embedder_string': '-node.9', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2519,12 +2519,12 @@ void WasmDispatchTable::SetForNonWrapper( | |||
| 2519 | 2519 | uint32_t function_index, | |
| 2520 | 2520 | #endif // V8_ENABLE_DRUMBRAKE | |
| 2521 | 2521 | WasmDispatchTable::NewOrExistingEntry new_or_existing) { | |
| 2522 | - return SetForNonWrapper<WasmDispatchTable>(*this, index, implicit_arg, | ||
| 2523 | - call_target, sig_id, | ||
| 2522 | + return ::v8::internal::SetForNonWrapper<WasmDispatchTable>( | ||
| 2523 | + *this, index, implicit_arg, call_target, sig_id, | ||
| 2524 | 2524 | #if V8_ENABLE_DRUMBRAKE | |
| 2525 | - function_index, | ||
| 2525 | + function_index, | ||
| 2526 | 2526 | #endif | |
| 2527 | - new_or_existing); | ||
| 2527 | + new_or_existing); | ||
| 2528 | 2528 | } | |
| 2529 | 2529 | ||
| 2530 | 2530 | void WasmDispatchTableForImports::SetForNonWrapper( | |
@@ -2534,7 +2534,7 @@ void WasmDispatchTableForImports::SetForNonWrapper( | |||
| 2534 | 2534 | uint32_t function_index, | |
| 2535 | 2535 | #endif // V8_ENABLE_DRUMBRAKE | |
| 2536 | 2536 | WasmDispatchTable::NewOrExistingEntry new_or_existing) { | |
| 2537 | - return SetForNonWrapper<WasmDispatchTableForImports>( | ||
| 2537 | + return ::v8::internal::SetForNonWrapper<WasmDispatchTableForImports>( | ||
| 2538 | 2538 | *this, index, implicit_arg, call_target, sig_id, | |
| 2539 | 2539 | #if V8_ENABLE_DRUMBRAKE | |
| 2540 | 2540 | function_index, | |
@@ -2595,12 +2595,12 @@ void WasmDispatchTable::SetForWrapper( | |||
| 2595 | 2595 | uint32_t function_index, | |
| 2596 | 2596 | #endif // V8_ENABLE_DRUMBRAKE | |
| 2597 | 2597 | WasmDispatchTable::NewOrExistingEntry new_or_existing) { | |
| 2598 | - return SetForWrapper<WasmDispatchTable>(*this, index, implicit_arg, | ||
| 2599 | - wrapper_handle, sig_id, | ||
| 2598 | + return ::v8::internal::SetForWrapper<WasmDispatchTable>( | ||
| 2599 | + *this, index, implicit_arg, wrapper_handle, sig_id, | ||
| 2600 | 2600 | #if V8_ENABLE_DRUMBRAKE | |
| 2601 | - function_index, | ||
| 2601 | + function_index, | ||
| 2602 | 2602 | #endif // V8_ENABLE_DRUMBRAKE | |
| 2603 | - new_or_existing); | ||
| 2603 | + new_or_existing); | ||
| 2604 | 2604 | } | |
| 2605 | 2605 | ||
| 2606 | 2606 | void WasmDispatchTableForImports::SetForWrapper( | |
@@ -2611,12 +2611,12 @@ void WasmDispatchTableForImports::SetForWrapper( | |||
| 2611 | 2611 | uint32_t function_index, | |
| 2612 | 2612 | #endif // V8_ENABLE_DRUMBRAKE | |
| 2613 | 2613 | WasmDispatchTable::NewOrExistingEntry new_or_existing) { | |
| 2614 | - return SetForWrapper<WasmDispatchTableForImports>(*this, index, implicit_arg, | ||
| 2615 | - wrapper_handle, sig_id, | ||
| 2614 | + return ::v8::internal::SetForWrapper<WasmDispatchTableForImports>( | ||
| 2615 | + *this, index, implicit_arg, wrapper_handle, sig_id, | ||
| 2616 | 2616 | #if V8_ENABLE_DRUMBRAKE | |
| 2617 | - function_index, | ||
| 2617 | + function_index, | ||
| 2618 | 2618 | #endif // V8_ENABLE_DRUMBRAKE | |
| 2619 | - new_or_existing); | ||
| 2619 | + new_or_existing); | ||
| 2620 | 2620 | } | |
| 2621 | 2621 | ||
| 2622 | 2622 | template <AnyWasmDispatchTable DispatchTable> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments