I'm looking for the WebIDL definition for JSON.parse method. I looked into the Mozila's WebIDL definitions at GitHub but I couldn't find. Where is that?
Asked
Active
Viewed 48 times
0
-
1JSON object is a part of JavaScript, it's not a DOM object. – Teemu Jun 24 '20 at 09:52
-
@Teemu The [Mozila's WebIDL documentation](https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings) says "All WebIDL files should be placed in dom/webidl" so I have guessed JavaScript IDLs are in that directory. – Yuki Ito Jun 24 '20 at 13:20