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

Unified Diff: src/code-stub-assembler.h

Issue 2374123005: Revert of [builtins] migrate C++ String Iterator builtins to baseline TurboFan (Closed)
Patch Set: Created 4 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/builtins/builtins-string.cc ('k') | src/code-stub-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index 73963b7a64895de1a1871967f61035bbaa2071ce..79265793a1993f793fc718933678c7bea4c89185 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -18,12 +18,6 @@
class StubCache;
enum class PrimitiveType { kBoolean, kNumber, kString, kSymbol };
-
-enum class UnicodeEncoding {
- // Different unicode encodings in a |word32|:
- UTF16, // hi 16bits -> trailing surrogate or 0, low 16bits -> lead surrogate
- UTF32, // full UTF32 code unit / Unicode codepoint
-};
// Provides JavaScript-specific "macro-assembler" functionality on top of the
// CodeAssembler. By factoring the JavaScript-isms out of the CodeAssembler,
@@ -453,9 +447,6 @@
// Return the single character string with only {code}.
compiler::Node* StringFromCharCode(compiler::Node* code);
- compiler::Node* StringFromCodePoint(compiler::Node* codepoint,
- UnicodeEncoding encoding);
-
// Type conversion helpers.
// Convert a String to a Number.
compiler::Node* StringToNumber(compiler::Node* context,
« no previous file with comments | « src/builtins/builtins-string.cc ('k') | src/code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698