sval
Version:
A javascript interpreter written in javascript
26 lines (25 loc) • 698 B
TypeScript
export declare const AWAIT: {
RES: any;
};
export declare const RETURN: {
RES: any;
};
export declare const CONTINUE: {
LABEL: string;
};
export declare const BREAK: {
LABEL: string;
};
export declare const SUPER: string;
export declare const SUPERCALL: string;
export declare const NOCTOR: string;
export declare const CLSCTOR: string;
export declare const NEWTARGET: string;
export declare const PRIVATE: string;
export declare const NOINIT: string;
export declare const DEADZONE: string;
export declare const OPTCHAIN: string;
export declare const IMPORT: string;
export declare const EXPORTS: string;
export declare const STRICT: string;
export declare const STRICT_FN: string;