@powerlang/egg-js
Version:
A Smalltalk VM that runs on top of JavaScript
17 lines (13 loc) • 373 B
JavaScript
let SCompiledMethodFlags = Object.freeze({
HasFrame: 8388608,
ArgCount: (1).thru(6),
CapturesSelf: 2097152,
EnvCount: (26).thru(31),
HasEnvironment: 4194304,
BlockCount: (7).thru(13),
Debuggable: 16777216,
IsExtension: 2147483648,
TempCount: (14).thru(21)
});
Object.assign(globalThis, SCompiledMethodFlags);
export default SCompiledMethodFlags