Skip to content

Commit

Permalink
FIXME note
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 6, 2018
1 parent 09f3e50 commit 7a5fa23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-input/duk_hobject_props.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ DUK_LOCAL duk_bool_t duk__proxy_check_prop(duk_hthread *thr, duk_hobject *obj, d
* Or rely on later stack depth macro check (insert one here)?
*/

/* FIXME: implement recursive Proxy target support directly here? */

duk_require_stack(thr, DUK__VALSTACK_PROXY_LOOKUP);
duk_push_hobject(thr, h_handler);
if (duk_get_prop_stridx_short(thr, -1, stridx_trap)) {
Expand Down

0 comments on commit 7a5fa23

Please sign in to comment.