v8/test/cctest/interpreter
bmeurer 4e66888869 [builtins] Also migrate String.prototype.toLowerCase/toUpperCase to C++.
These builtins always call into C++ anyways and so there's no point in
having the JavaScript wrapper around them, but instead they can be
implemented as C++ builtins directly.

R=franzih@chromium.org
BUG=v8:5049

Review-Url: https://codereview.chromium.org/2018983002
Cr-Commit-Position: refs/heads/master@{#36569}
2016-05-30 04:22:35 +00:00
..
bytecode_expectations [builtins] Also migrate String.prototype.toLowerCase/toUpperCase to C++. 2016-05-30 04:22:35 +00:00
bytecode-expectations-printer.cc [interpreter] Add checks for source position to test-bytecode-generator. 2016-05-11 12:22:17 +00:00
bytecode-expectations-printer.h [interpreter] Add checks for source position to test-bytecode-generator. 2016-05-11 12:22:17 +00:00
generate-bytecode-expectations.cc [Interpreter] Fix typo in generate-bytecode-expectations. 2016-04-20 21:05:42 +00:00
interpreter-tester.cc [Interpreter] Make ignition compiler eagerly. 2016-03-24 18:38:24 +00:00
interpreter-tester.h Move of the type feedback vector to the closure. 2016-05-27 08:10:51 +00:00
test-bytecode-generator.cc [Interpreter] Make lazy compilation the default. 2016-05-24 12:52:50 +00:00
test-interpreter-intrinsics.cc [Interpreter] Add intrinsic for Runtime::kInlineCall. 2016-05-27 22:30:39 +00:00
test-interpreter.cc [interpreter] Bytecode register optimizer. 2016-05-27 15:59:16 +00:00