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

Unified Diff: src/factory.h

Issue 1744163002: [stubs] Introduce a proper ToBooleanStub. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix mips Created 4 years, 10 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/crankshaft/x87/lithium-x87.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 dd107d144b54bc380c0ee995c41cf43d7b459a84..8ffae5a4871885515d9d2fa9874e2f5d2e9b145b 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -16,8 +16,8 @@ namespace internal {
class Factory final {
public:
Handle<Oddball> NewOddball(Handle<Map> map, const char* to_string,
- Handle<Object> to_number, const char* type_of,
- byte kind);
+ Handle<Object> to_number, bool to_boolean,
+ const char* type_of, byte kind);
// Allocates a fixed array initialized with undefined values.
Handle<FixedArray> NewFixedArray(
« no previous file with comments | « src/crankshaft/x87/lithium-x87.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698