blob: 5f7ac9363c04cbd0a0851fad75828c4b241c9f61 [file] [log] [blame]
// 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;
var _uncomparable_result = new Object();
%NumberCompare(_x, _y, _uncomparable_result);