| Index: src/ast/ast.h
|
| diff --git a/src/ast/ast.h b/src/ast/ast.h
|
| index 0a4e7481810b541c263d7965fa788375383dded2..f5ca70ea8f62875c5e5455a2384ca40688857f92 100644
|
| --- a/src/ast/ast.h
|
| +++ b/src/ast/ast.h
|
| @@ -1416,7 +1416,7 @@ class ObjectLiteral final : public MaterializedLiteral {
|
| // marked expressions, no store code is emitted.
|
| void CalculateEmitStore(Zone* zone);
|
|
|
| - // Determines whether the {FastCloneShallowObjectStub} can be used.
|
| + // Determines whether the {FastCloneShallowObject} builtin can be used.
|
| bool IsFastCloningSupported() const;
|
|
|
| // Assemble bitfield of flags for the CreateObjectLiteral helper.
|
| @@ -1562,7 +1562,7 @@ class ArrayLiteral final : public MaterializedLiteral {
|
| // Populate the constant elements fixed array.
|
| void BuildConstantElements(Isolate* isolate);
|
|
|
| - // Determines whether the {FastCloneShallowArrayStub} can be used.
|
| + // Determines whether the {FastCloneShallowArray} builtin can be used.
|
| bool IsFastCloningSupported() const;
|
|
|
| // Assemble bitfield of flags for the CreateArrayLiteral helper.
|
|
|