summaryrefslogtreecommitdiff
path: root/deps/v8/test/unittests/compiler/function-tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/unittests/compiler/function-tester.h')
-rw-r--r--deps/v8/test/unittests/compiler/function-tester.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/test/unittests/compiler/function-tester.h b/deps/v8/test/unittests/compiler/function-tester.h
index aededaa4ee..a5af93e9af 100644
--- a/deps/v8/test/unittests/compiler/function-tester.h
+++ b/deps/v8/test/unittests/compiler/function-tester.h
@@ -23,10 +23,12 @@ class FunctionTester {
FunctionTester(Isolate* i_isolate, Graph* graph, int param_count);
+ FunctionTester(Isolate* i_isolate, Handle<InstructionStream> code,
+ int param_count);
FunctionTester(Isolate* i_isolate, Handle<Code> code, int param_count);
// Assumes VoidDescriptor call interface.
- explicit FunctionTester(Isolate* i_isolate, Handle<Code> code);
+ explicit FunctionTester(Isolate* i_isolate, Handle<InstructionStream> code);
Isolate* isolate;
CanonicalHandleScope canonical;