|
@@ -188,13 +188,13 @@ namespace Jint.Runtime.CallStack
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
- /// A version of <see cref="EsprimaExtensions.GetKey"/> that cannot get into loop as we are already building a stack.
|
|
|
+ /// A version of <see cref="AstExtensions.GetKey"/> that cannot get into loop as we are already building a stack.
|
|
|
/// </summary>
|
|
|
private static string GetPropertyKey(Node expression)
|
|
|
{
|
|
|
if (expression is Literal literal)
|
|
|
{
|
|
|
- return EsprimaExtensions.LiteralKeyToString(literal);
|
|
|
+ return AstExtensions.LiteralKeyToString(literal);
|
|
|
}
|
|
|
|
|
|
if (expression is Identifier identifier)
|