Name

LzInheritedHash

Synopsis

JavaScript: LzInheritedHash
Type: Object
Access: private
Topic: LZX.Runtime
Declared in: WEB-INF/lps/lfc/core/LzDefs.lzs

Description

Used to efficiently clone hashtables using Object's N.B. these tables incorrectly will appear to have entries for all the properties of Object.prototype. To avoid this (but pay the of a slower implementation, use LzDictionary).

Details

Static Methods (1)

make()
static public function make(parent);

JavaScript Synopsis

private var LzInheritedHash = { ... };