Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-High

New issue 995 by [email protected]: %_IsArray returns true for string wrapper after %_IsSpecObject call.
http://code.google.com/p/v8/issues/detail?id=995

With natives syntax enabled, the following fails when running with --always-opt.

function f(value) {
  if (%_IsSpecObject(value)) { if ((%_IsArray(value))) assert(false); }
}

f(new String("bar"));


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to