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

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

Issue 2667963002: [stubs] Remove StringIndexOfChar (Closed)
Patch Set: Rebase Created 3 years, 11 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 214d534cb2d92e56e3ef12bf9c149d9c41635ac9..12626a775a01857383ce6137265b98e4d833f2e6 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -727,13 +727,6 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
Variable* var_right, Node* right_instance_type,
Label* did_something);
- // Return the first index >= {from} at which {needle_char} was found in
- // {string}, or -1 if such an index does not exist. The returned value is
- // a Smi, {string} is expected to be a String, {needle_char} is an intptr,
- // and {from} is expected to be tagged.
- Node* StringIndexOfChar(Node* context, Node* string, Node* needle_char,
- Node* from);
-
Node* StringFromCodePoint(Node* codepoint, UnicodeEncoding encoding);
// Type conversion helpers.
« 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