Searched refs:completeProperties (Results 1 – 1 of 1) sorted by relevance
43 return completeProperties(from, window[variableName])53 return completeProperties(from, variable, variableName)57 return completeProperties(nodeBefore.from, window)59 return completeProperties(context.pos, window)64 function completeProperties(from: number, object: Object, variableName?: string) { function