Skip to content

Commit

Permalink
Merge branch 'main' into feat/sync-newest
Browse files Browse the repository at this point in the history
  • Loading branch information
david-clang authored Nov 30, 2024
2 parents 5aa26a1 + de06bf3 commit bebd165
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion include/v8-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define V8_IS_CANDIDATE_VERSION 1
#define V8_IS_CANDIDATE_VERSION 0

#endif // V8_INCLUDE_VERSION_H_
1 change: 1 addition & 0 deletions src/ic/ic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3258,6 +3258,7 @@ FastCloneObjectMode GetCloneModeForMapPreCheck(DirectHandle<Map> map,
bool null_proto_literal,
Isolate* isolate) {
DisallowGarbageCollection no_gc;
bool null_proto_literal = flags & ObjectLiteral::kHasNullPrototype;
if (!IsJSObjectMap(*map)) {
// Everything that produces the empty object literal can be supported since
// we have a special case for that.
Expand Down
31 changes: 0 additions & 31 deletions test/mjsunit/regress/regress-reflect-construct.js

This file was deleted.

0 comments on commit bebd165

Please sign in to comment.