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

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

Issue 2504553003: [es6] Perform the IsConstructor test in GetSuperConstructor. (Closed)
Patch Set: Convert GetSuperConstructor to a new interpreter bytecode Created 4 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
Index: src/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index 96a07e27a8b8899ac5aaa9b3af3fbea93dc10af8..d0eea81ccbcb98d4186e7dbb686eb56c0da6bc88 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -983,6 +983,9 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
compiler::Node* Typeof(compiler::Node* value, compiler::Node* context);
+ compiler::Node* GetSuperConstructor(compiler::Node* value,
+ compiler::Node* context);
+
compiler::Node* InstanceOf(compiler::Node* object, compiler::Node* callable,
compiler::Node* context);

Powered by Google App Engine
This is Rietveld 408576698