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

Unified Diff: src/type-feedback-vector.h

Issue 1523753002: [es6] Correct Function.prototype.apply, Reflect.construct and Reflect.apply. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Mark mjsunit/apply as TIMEOUT (for tsan). Created 5 years 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/runtime/runtime-internal.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index 80267a4d54a9c2266909247d9847242f373ea338..d83b77fa3e6f8e628f67f864f74291daf676066f 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -254,10 +254,6 @@ class TypeFeedbackVector : public FixedArray {
return FeedbackVectorSlot(dummyIndex);
}
- static int PushAppliedArgumentsIndex();
- static Handle<TypeFeedbackVector> CreatePushAppliedArgumentsVector(
- Isolate* isolate);
-
private:
void ClearSlotsImpl(SharedFunctionInfo* shared, bool force_clear);
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698