Fixed unbound variables and unbound values for the ecmascript base Guile scheme file. Afftected are: module/langyage/ecmascript/base.scm: - has-property? should check against the value p instead of v when handling hashq-get-handle - When x is of type on line 179, it should be appending #t to the call to object->number, as object->number requires it - Within the same bit, a few lines later, A TypeError should be thrown using the value x instead of the non-existant value o Sjoerd van Leent (1): Fixed unbound variables and unbound values for the ecmascript base Guile scheme file. module/language/ecmascript/base.scm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -- 1.7.5.4