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

Unified Diff: src/builtins/builtins-regexp-gen.h

Issue 2752143004: [refactor] Separate generated builtins and C++ builtins into separate files (Closed)
Patch Set: tentative gcmole fix Created 3 years, 9 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-regexp.cc ('k') | src/builtins/builtins-regexp-gen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins-regexp-gen.h
diff --git a/src/builtins/builtins-regexp.h b/src/builtins/builtins-regexp-gen.h
similarity index 95%
rename from src/builtins/builtins-regexp.h
rename to src/builtins/builtins-regexp-gen.h
index 3fde4e64752eebd11366cb180aa8750627f529ce..63462b9d58e973d58ea7baa8f59a675ea0d1728a 100644
--- a/src/builtins/builtins-regexp.h
+++ b/src/builtins/builtins-regexp-gen.h
@@ -10,13 +10,9 @@
namespace v8 {
namespace internal {
-typedef compiler::Node Node;
-typedef compiler::CodeAssemblerState CodeAssemblerState;
-typedef compiler::CodeAssemblerLabel CodeAssemblerLabel;
-
class RegExpBuiltinsAssembler : public CodeStubAssembler {
public:
- explicit RegExpBuiltinsAssembler(CodeAssemblerState* state)
+ explicit RegExpBuiltinsAssembler(compiler::CodeAssemblerState* state)
: CodeStubAssembler(state) {}
void BranchIfFastRegExp(Node* const context, Node* const map,
« no previous file with comments | « src/builtins/builtins-regexp.cc ('k') | src/builtins/builtins-regexp-gen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698