Logo
Explore Help
Sign In
1berry/nodejs
1
0
Fork 0
You've already forked nodejs
Code Issues Packages Projects Releases Wiki Activity
nodejs/deps/v8/test/mjsunit/es6/regress/regress-347906.js

16 lines
343 B
JavaScript
Raw Permalink Normal View History

deps: upgrade v8 to 3.25.30
2014-03-31 14:38:28 +02:00
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
deps: update v8 to 4.3.61.21 * @indutny's SealHandleScope patch (484bebc38319fc7c622478037922ad73b2edcbf9) has been cherry picked onto the top of V8 to make it compile. * There's some test breakage in contextify. * This was merged at the request of the TC. PR-URL: https://github.com/iojs/io.js/pull/1632
2015-05-05 13:48:55 -07:00
// Flags: --allow-natives-syntax
deps: upgrade v8 to 3.25.30
2014-03-31 14:38:28 +02:00
function foo() {
return Math.clz32(12.34);
}
deps: update V8 to 7.6.303.28 PR-URL: https://github.com/nodejs/node/pull/28016 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
2019-08-01 08:38:30 +02:00
%PrepareFunctionForOptimization(foo);
deps: upgrade v8 to 3.25.30
2014-03-31 14:38:28 +02:00
foo();
foo();
%OptimizeFunctionOnNextCall(foo);
foo();
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 3324ms Template: 18ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API