Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: src/code-stubs.h

Issue 553833002: Initialize CodeStubInterfaceDescriptor in the constructor. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/lithium-arm64.cc ('k') | src/code-stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 8683837ee17e0a93a62cd98f6a4a73df4dc93c05..10baf301cca145bc16961c73997e3ba3ed5aa2c9 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -328,7 +328,9 @@ enum HandlerArgumentsMode { DONT_PASS_ARGUMENTS, PASS_ARGUMENTS };
class CodeStubInterfaceDescriptor {
public:
- CodeStubInterfaceDescriptor();
+ explicit CodeStubInterfaceDescriptor(CodeStub* stub);
+
+ CodeStubInterfaceDescriptor(Isolate* isolate, uint32_t stub_key);
void Initialize(CodeStub::Major major,
CallInterfaceDescriptor call_descriptor,
« no previous file with comments | « src/arm64/lithium-arm64.cc ('k') | src/code-stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698