v8/test/unittests/interpreter
rmcilroy e7fb233946 [Interpreter] Add support for JS calls.
Adds support for JS calls to the interpreter. In order to support
calls from the interpreter, the PushArgsAndCall builtin is added
which pushes a sequence of arguments onto the stack and calls
builtin::Call.

Adds the Call bytecode.

MIPS port contributed by akos.palfi@imgtec.com in https://codereview.chromium.org/1334873002/

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1323463005

Cr-Commit-Position: refs/heads/master@{#30710}
2015-09-14 10:05:35 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] Add support for JS calls. 2015-09-14 10:05:35 +00:00
bytecode-array-iterator-unittest.cc [Interpreter] Skeleton bytecode graph builder 2015-09-10 16:21:40 +00:00
bytecodes-unittest.cc [Intepreter] Extend and move Register class. 2015-09-02 17:48:24 +00:00