⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
@types
/
es-abstract
/
operations
/
View File Name :
2017.d.ts
import ES2016Operations = require('./2016'); import ES2017 = require('../es2017'); interface ES2017Operations extends Record<keyof ES2017, string>, Omit<ES2016Operations, 'EnumerableOwnNames' | 'IterableToArrayLike' | 'NextJob'> { AddWaiter: string; 'agent-order': string; AgentCanSuspend: string; AgentSignifier: string; AllocateSharedArrayBuffer: string; AsyncFunctionAwait: string; AsyncFunctionCreate: string; AsyncFunctionStart: string; AtomicLoad: string; AtomicReadModifyWrite: string; ComposeWriteEventBytes: string; CreateSharedByteDataBlock: string; EnterCriticalSection: string; EventSet: string; GetBase: string; GetModifySetValueInBuffer: string; GetReferencedName: string; GetWaiterList: string; 'happens-before': string; HasPrimitiveBase: string; 'host-synchronizes-with': string; HostEnsureCanCompileStrings: string; HostEventSet: string; IsPropertyReference: string; IsSharedArrayBuffer: string; IsStrictReference: string; IsSuperReference: string; IsUnresolvableReference: string; LeaveCriticalSection: string; 'memory-order': string; NumberToRawBytes: string; OrdinaryToPrimitive: string; RawBytesToNumber: string; 'reads-bytes-from': string; 'reads-from': string; RemoveWaiter: string; RemoveWaiters: string; RunJobs: string; SetImmutablePrototype: string; SharedDataBlockEventSet: string; StringGetOwnProperty: string; Suspend: string; 'synchronizes-with': string; ValidateAtomicAccess: string; ValidateSharedIntegerTypedArray: string; ValueOfReadEvent: string; WakeWaiter: string; WordCharacters: string; } declare const ES2017Operations: ES2017Operations; export = ES2017Operations;