| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6018db2 commit 6566c15
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | ||
| 40 | 40 | # Reset this number to 0 on major V8 upgrades. | |
| 41 | 41 | # Increment by one for each non-official patch applied to deps/v8. | |
| 42 | - 'v8_embedder_string': '-node.1', | ||
| 42 | + 'v8_embedder_string': '-node.2', | ||
| 43 | 43 | ||
| 44 | 44 | ##### V8 defaults for Node.js ##### | |
| 45 | 45 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4640,8 +4640,7 @@ class V8_EXPORT WasmModuleObject : public Object { | |||
| 4640 | 4640 | * An opaque, native heap object for transferring wasm modules. It | |
| 4641 | 4641 | * supports move semantics, and does not support copy semantics. | |
| 4642 | 4642 | */ | |
| 4643 | - using TransferrableModule V8_DEPRECATED("Use CompiledWasmModule directly") = | ||
| 4644 | - CompiledWasmModule; | ||
| 4643 | + using TransferrableModule = CompiledWasmModule; | ||
| 4645 | 4644 | ||
| 4646 | 4645 | /** | |
| 4647 | 4646 | * Get an in-memory, non-persistable, and context-independent (meaning, | |
@@ -7055,7 +7054,6 @@ class PromiseRejectMessage { | |||
| 7055 | 7054 | typedef void (*PromiseRejectCallback)(PromiseRejectMessage message); | |
| 7056 | 7055 | ||
| 7057 | 7056 | // --- Microtasks Callbacks --- | |
| 7058 | - V8_DEPRECATE_SOON("Use *WithData version.") | ||
| 7059 | 7057 | typedef void (*MicrotasksCompletedCallback)(Isolate*); | |
| 7060 | 7058 | typedef void (*MicrotasksCompletedCallbackWithData)(Isolate*, void*); | |
| 7061 | 7059 | typedef void (*MicrotaskCallback)(void* data); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments