Commit d0a872df authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[cleanup] Remove undefined extension helpers

Bug: v8:10155

Change-Id: I0ce8a71ab364f9281ab39df1f057bd93d7bef061
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2033165
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Auto-Submit: Peter Marshall <petermarshall@chromium.org>
Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66067}
parent 1c096948
...@@ -679,8 +679,6 @@ class Context : public HeapObject { ...@@ -679,8 +679,6 @@ class Context : public HeapObject {
#endif #endif
OBJECT_CONSTRUCTORS(Context, HeapObject); OBJECT_CONSTRUCTORS(Context, HeapObject);
DECL_INT_ACCESSORS(length_and_extension_flag)
DECL_SYNCHRONIZED_INT_ACCESSORS(length_and_extension_flag)
}; };
class NativeContext : public Context { class NativeContext : public Context {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment