Skip to content

Unsure about the setter offset #104

@aswad546

Description

@aswad546

Hello,

I had a query about the offsets that visible v8 provides for specific APIs. Especially the offsets for setters (prefixed by s).

As an example I have the following code:

let attr1 = _MouseEvent.screenX_
let HTMLInputElement.value = attr1  // setter for API HTML Input Element.value
let a = HTMLInputElement.value  //getter example

The offset provided for the API HTMLInputElement.value will be a bit ahead in this case starting from the = sign instead of starting from v in HTMLInputElement.value. However in the case of getters (as in line 3) the offset correctly starts from v instead of someplace else.

I am wondering if you meant to show the offset of the value being set (hence the offset is at the equal to sign) and not the exact API itself?

Looking forward to your response!
Thanks,
Aswad

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions