Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index c3d31a0e2af95180fb069e3162dc2ff9aaca66d5..2f4fe30c957eb650236b2e367119867756268ec1 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -915,8 +915,10 @@ class Isolate; |
CPP(TypedArrayPrototypeIncludes) \ |
/* ES6 #sec-%typedarray%.prototype.indexof */ \ |
CPP(TypedArrayPrototypeIndexOf) \ |
- /* ES6 #sec-%typedarray%.prototype.indexof */ \ |
+ /* ES6 #sec-%typedarray%.prototype.lastindexof */ \ |
CPP(TypedArrayPrototypeLastIndexOf) \ |
+ /* ES6 #sec-%typedarray%.prototype.reverse */ \ |
+ CPP(TypedArrayPrototypeReverse) \ |
\ |
/* Wasm */ \ |
ASM(WasmCompileLazy) \ |