We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c459fea + bc093a8 commit 0c6da93Copy full SHA for 0c6da93
lib/Jsrt/ChakraCore.h
@@ -656,8 +656,8 @@ CHAKRA_API
656
/// </para>
657
/// </remarks>
658
/// <param name="name">
659
-/// The name of the property ID to get or create. The name may consist of only digits.
660
-/// The string is expected to be ASCII / utf8 encoded.
+/// The name of the property ID to get or create. The string is expected to be ASCII / utf8 encoded.
+/// The name can be any JavaScript property identifier, including all digits.
661
/// </param>
662
/// <param name="length">length of the name in bytes</param>
663
/// <param name="propertyId">The property ID in this runtime for the given name.</param>
0 commit comments