Skip to content

Commit

Permalink
more docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 25, 2024
1 parent 9ce9445 commit 2dc67fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1584,11 +1584,13 @@ public boolean defineOwnProperty(Context cx, Object id, ScriptableObject desc) {
* Defines a property on an object.
*
* <p>Based on [[DefineOwnProperty]] from 8.12.10 of the spec.
* see <a href="https://tc39.es/ecma262/#table-essential-internal-methods">[[DefineOwnProperty]]</a>
*
* @param cx the current Context
* @param id the name/index of the property
* @param desc the new property descriptor, as described in 8.6.1
* @param checkValid whether to perform validity checks
* @return always true at the moment
*/
protected boolean defineOwnProperty(
Context cx, Object id, ScriptableObject desc, boolean checkValid) {
Expand Down

0 comments on commit 2dc67fb

Please sign in to comment.