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:
Ruben Ayrapetyan
2015-06-02 20:21:24 +03:00
parent 67161c890b
commit 4c10a6d057
2 changed files with 26 additions and 4 deletions
+6
View File
@@ -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;