Add missing generated tests.
R=danno@google.com, danno@chromium.org Review URL: https://codereview.chromium.org/425263002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22711 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
a1383e2250
commit
20d6798293
6
test/mjsunit/runtime-gen/booleanize.js
Normal file
6
test/mjsunit/runtime-gen/booleanize.js
Normal file
@ -0,0 +1,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
|
||||
var _value_raw = new Object();
|
||||
var _token_raw = 1;
|
||||
%Booleanize(_value_raw, _token_raw);
|
4
test/mjsunit/runtime-gen/isoptimized.js
Normal file
4
test/mjsunit/runtime-gen/isoptimized.js
Normal file
@ -0,0 +1,4 @@
|
||||
// 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
|
||||
%IsOptimized();
|
5
test/mjsunit/runtime-gen/newarguments.js
Normal file
5
test/mjsunit/runtime-gen/newarguments.js
Normal file
@ -0,0 +1,5 @@
|
||||
// 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
|
||||
var _callee = function() {};
|
||||
%NewArguments(_callee);
|
Loading…
Reference in New Issue
Block a user