UNPKG

@powerlang/egg-js

Version:

A Smalltalk VM that runs on top of JavaScript

16 lines (10 loc) 208 B
import SSelfBinding from './SSelfBinding.js'; let SSuperBinding = class extends SSelfBinding { isSelf() { return false; } isSuper() { return true; } } export default SSuperBinding