@syntest/analysis-javascript
Version:
SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language
11 lines • 545 B
TypeScript
import { ConstantPool } from "./ConstantPool";
export declare class ConstantPoolManager {
protected _targetConstantPool: ConstantPool;
protected _contextConstantPool: ConstantPool;
protected _dynamicConstantPool: ConstantPool;
constructor(targetConstantPool: ConstantPool, contextConstantPool: ConstantPool, dynamicConstantPool: ConstantPool);
get targetConstantPool(): ConstantPool;
get contextConstantPool(): ConstantPool;
get dynamicConstantPool(): ConstantPool;
}
//# sourceMappingURL=ConstantPoolManager.d.ts.map