Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 643d84f085a450f68e1db6fcddd64f65b0a288f4..fd7636db96103d451ebdc999c3f0939569f07392 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -94,9 +94,6 @@ class Execution final : public AllStatic { |
MUST_USE_RESULT static MaybeHandle<JSRegExp> NewJSRegExp( |
Handle<String> pattern, Handle<String> flags); |
- // Used to implement [] notation on strings (calls JS code) |
- static Handle<Object> CharAt(Handle<String> str, uint32_t index); |
- |
static Handle<Object> GetFunctionFor(); |
static Handle<String> GetStackTraceLine(Handle<Object> recv, |
Handle<JSFunction> fun, |