Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Sep 17, 2023
1 parent 3a3a0fd commit 83e79f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/runtime/PropertySlot.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum class PropertyAttribute : unsigned {
DOMAttribute = 1 << 14, // property is a simple DOM attribute - only used by static hashtables
DOMJITAttribute = 1 << 15, // property is a DOM JIT attribute - only used by static hashtables
DOMJITFunction = 1 << 16, // property is a DOM JIT function - only used by static hashtables
#if USE(BUN_JSC_ADDITION)
#if USE(BUN_JSC_ADDITIONS)
Constructable = 1 << 17, // property is a function that is constructable - only used by static hashtables
#endif
BuiltinOrFunction = Builtin | Function, // helper only used by static hashtables
Expand Down

0 comments on commit 83e79f8

Please sign in to comment.