Chromium Code Reviews

Unified Diff: src/factory.h

Issue 1272763005: [stubs] Store typeof string on Oddballs. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/code-stubs-hydrogen.cc ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index c71382a9de8d3f1042619d7105c3ef982af6f9ab..72d987603950ff0ca1df00f265077ea540a3341f 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -16,9 +16,8 @@ class FeedbackVectorSpec;
// Interface for handle based allocation.
class Factory final {
public:
- Handle<Oddball> NewOddball(Handle<Map> map,
- const char* to_string,
- Handle<Object> to_number,
+ Handle<Oddball> NewOddball(Handle<Map> map, const char* to_string,
+ Handle<Object> to_number, const char* type_of,
byte kind);
// Allocates a fixed array initialized with undefined values.
« no previous file with comments | « src/code-stubs-hydrogen.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine