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

Unified Diff: src/execution.h

Issue 1448933002: Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/hydrogen.cc ('k') | src/execution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index f1b1057a61439bcdc40eb51df425fdbc9770acc4..8b4056bc7d430164e7cd34c216ed80e791ee0f35 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -64,10 +64,6 @@ class Execution final : public AllStatic {
MUST_USE_RESULT static MaybeHandle<Object> NewDate(
Isolate* isolate, double time);
- // Create a new regular expression object from 'pattern' and 'flags'.
- MUST_USE_RESULT static MaybeHandle<JSRegExp> NewJSRegExp(
- Handle<String> pattern, Handle<String> flags);
-
static Handle<String> GetStackTraceLine(Handle<Object> recv,
Handle<JSFunction> fun,
Handle<Object> pos,
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | src/execution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698