| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a2620ac commit 4e14ed8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,6 @@ | |||
| 20 | 20 | #define PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES(V) \ | |
| 21 | 21 | V(arrow_message_private_symbol, "node:arrowMessage") \ | |
| 22 | 22 | V(contextify_context_private_symbol, "node:contextify:context") \ | |
| 23 | - V(contextify_global_private_symbol, "node:contextify:global") \ | ||
| 24 | 23 | V(decorated_private_symbol, "node:decorated") \ | |
| 25 | 24 | V(napi_type_tag, "node:napi:type_tag") \ | |
| 26 | 25 | V(napi_wrapper, "node:napi:wrapper") \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,15 +8,14 @@ declare namespace InternalUtilBinding { | |||
| 8 | 8 | } | |
| 9 | 9 | ||
| 10 | 10 | declare function InternalBinding(binding: 'util'): { | |
| 11 | - // PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES, defined in src/env.h | ||
| 11 | + // PER_ISOLATE_PRIVATE_SYMBOL_PROPERTIES, defined in src/env_properties.h | ||
| 12 | 12 | arrow_message_private_symbol: 1; | |
| 13 | 13 | contextify_context_private_symbol: 2; | |
| 14 | - contextify_global_private_symbol: 3; | ||
| 15 | - decorated_private_symbol: 4; | ||
| 16 | - napi_type_tag: 5; | ||
| 17 | - napi_wrapper: 6; | ||
| 18 | - untransferable_object_private_symbol: 7; | ||
| 19 | - exiting_aliased_Uint32Array: 8; | ||
| 14 | + decorated_private_symbol: 3; | ||
| 15 | + napi_type_tag: 4; | ||
| 16 | + napi_wrapper: 5; | ||
| 17 | + untransferable_object_private_symbol: 6; | ||
| 18 | + exiting_aliased_Uint32Array: 7; | ||
| 20 | 19 | ||
| 21 | 20 | kPending: 0; | |
| 22 | 21 | kFulfilled: 1; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments