]> git.kaiwu.me - quickjs.git/commit
JS_SetPropertyInternal(): avoid recursing thru the prototypes if the property is...
authorFabrice Bellard <fabrice@bellard.org>
Thu, 13 Mar 2025 15:04:38 +0000 (16:04 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Thu, 13 Mar 2025 15:04:38 +0000 (16:04 +0100)
commit6474793e381eb52242c1c6b443d909f09777d63f
tree612a3fe0726ba53d541733b422b645241f938dff
parent030333cff616043858b32dc32405f9776372a0e6
JS_SetPropertyInternal(): avoid recursing thru the prototypes if the property is found in a prototype
quickjs.c