Restoring lost review fixes for pull request #102 (instantiation of Arguments object).
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
function f_arg (arguments)
|
||||
{
|
||||
return arguments;
|
||||
}
|
||||
assert (f_arg (1) === 1);
|
||||
|
||||
function f (a, b, c)
|
||||
{
|
||||
return arguments;
|
||||
|
||||
Reference in New Issue
Block a user