blob: 2495a8ab6fcf05ba04bae452e3832ca6f4c7bf87 [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
// repro flags: -forcedeferparse
var obj = {
func : function () { }
};
WScript.DumpFunctionPosition(obj.func);
console.log("PASS");