Details
-
Sub-task
-
Resolution: Fixed
-
P3
-
8
-
None
-
b105
-
generic
-
generic
Description
>>
>> jjs> RegExp.bind(null, "a")().source.length
>> 0
>> => should return 1 instead of 0
>>
>> jjs> Array.bind(null, 2)().length
>> 0
>> => should return 2 instead of 0
>>