hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test/joinuncallable.js /*--- info: Array.prototype.toString calls %ObjProto_toString% when join uncallable es5id: 22.1.3.27 description: Checking if toString returns [object Array] on arrays with undefined join method ---*/ var x = [1,2,3]; x.join = undefined; assert.sameValue(x.toString(), "[object Array]", "Array.prototype.toString() with join uncallable");

KORKMAZ2640 opened this issue · comments

Description

Problem description goes here

Context and Logs

Parameter Value
OS X Version: your OS X version
Homebrew Version: your Homebrew version
Xcode Version: your Xcode version

Output of clang -v:
result of the CLI output

Build logs: Link to public gist created with brew gist-logs hhvm

This looks like an accident or otherwise garbage. If you have a real issue, please feel free to open a new issue with the template fully filled out.