aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/numbermul.js
blob: 0bdc7c23788127431cd3c28c7b0d0ae78d0ec300 (plain)
1
2
3
4
5
6
// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony --harmony-proxies
var _x = 1.5;
var _y = 1.5;
%NumberMul(_x, _y);