Update codeManager.ts

pull/5566/head
Danil 1 month ago committed by Aniket
parent 5b872b7eaa
commit 6be5af2187
  1. 4
      libs/remix-debug/src/code/codeManager.ts

@ -87,7 +87,7 @@ export class CodeManager {
* Retrieve the called function for the current vm step for the given @arg address * Retrieve the called function for the current vm step for the given @arg address
* *
* @param {String} stepIndex - vm trace step * @param {String} stepIndex - vm trace step
* @param {String} sourceMap - source map given byt the compilation result * @param {String} sourceMap - source map given by the compilation result
* @param {Object} ast - ast given by the compilation result * @param {Object} ast - ast given by the compilation result
* @return {Object} return the ast node of the function * @return {Object} return the ast node of the function
*/ */
@ -125,7 +125,7 @@ export class CodeManager {
* *
* @param {String} address - address of the current context (used to resolve instruction index) * @param {String} address - address of the current context (used to resolve instruction index)
* @param {String} pc - pc that point to the instruction index * @param {String} pc - pc that point to the instruction index
* @param {String} sourceMap - source map given byt the compilation result * @param {String} sourceMap - source map given by the compilation result
* @param {Object} ast - ast given by the compilation result * @param {Object} ast - ast given by the compilation result
* @return {Object} return the ast node of the function * @return {Object} return the ast node of the function
*/ */

Loading…
Cancel
Save