Loading src/client/js-duk.c +1 −1 Original line number Diff line number Diff line Loading @@ -904,7 +904,7 @@ static void define_store_object(const char *name) duk_put_function_list(ctx, -1, store_handlers); duk_push_proxy(ctx, 0); /* Define the Store object in the global object */ /* Define the Store object in the parent object */ duk_def_prop(ctx, -3, DUK_DEFPROP_HAVE_VALUE); } Loading Loading
src/client/js-duk.c +1 −1 Original line number Diff line number Diff line Loading @@ -904,7 +904,7 @@ static void define_store_object(const char *name) duk_put_function_list(ctx, -1, store_handlers); duk_push_proxy(ctx, 0); /* Define the Store object in the global object */ /* Define the Store object in the parent object */ duk_def_prop(ctx, -3, DUK_DEFPROP_HAVE_VALUE); } Loading