UNPKG

reign

Version:

A persistent, typed-objects implementation.

23 lines (17 loc) 779 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); // Properties var $Backing = exports.$Backing = Symbol('%Backing'); var $Address = exports.$Address = Symbol('%Address'); var $ValueType = exports.$ValueType = Symbol('%ValueType'); var $ElementType = exports.$ElementType = Symbol('%ElementType'); // Capabilities var $CanBeEmbedded = exports.$CanBeEmbedded = Symbol('%CanBeEmbedded'); var $CanBeReferenced = exports.$CanBeReferenced = Symbol('%CanBeReferenced'); var $CanContainReferences = exports.$CanContainReferences = Symbol('%CanContainReferences'); var $isType = exports.$isType = Symbol('%isType'); // Methods var $GetElement = exports.$GetElement = Symbol('%GetElement'); var $SetElement = exports.$SetElement = Symbol('%SetElement');