chore: remove unused & undocumented function v8Util.deleteHiddenValue() (#43090)
chore: remove unused v8Util.deleteHiddenValue()
Its last use was removed in Nov 2020 by c8d77cae4a
(#26659)
This commit is contained in:
parent
60bb4a2617
commit
1bcc566ad8
2 changed files with 0 additions and 13 deletions
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
|
@ -32,7 +32,6 @@ declare namespace NodeJS {
|
|||
interface V8UtilBinding {
|
||||
getHiddenValue<T>(obj: any, key: string): T;
|
||||
setHiddenValue<T>(obj: any, key: string, value: T): void;
|
||||
deleteHiddenValue(obj: any, key: string): void;
|
||||
requestGarbageCollectionForTesting(): void;
|
||||
runUntilIdle(): void;
|
||||
triggerFatalErrorForTesting(): void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue