Skip to content

Commit

Permalink
[js] Make nqp::settypecache decont
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Feb 21, 2018
1 parent 1aecfc7 commit b57d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/Operations.nqp
Expand Up @@ -1568,7 +1568,7 @@ class QAST::OperationsJS {
add_simple_op('multicachefind', $T_OBJ, [$T_OBJ, $T_OBJ], :ctx);
add_simple_op('multicacheadd', $T_OBJ, [$T_OBJ, $T_OBJ, $T_OBJ], :ctx);

add_simple_op('settypecache', $T_OBJ, [$T_OBJ, $T_OBJ], :side_effects);
add_simple_op('settypecache', $T_OBJ, [$T_OBJ, $T_OBJ], :side_effects, :decont(0));
add_simple_op('setmethcache', $T_OBJ, [$T_OBJ, $T_OBJ], :side_effects, :decont(0));
add_simple_op('setmethcacheauth', $T_OBJ, [$T_OBJ, $T_INT], :side_effects, :decont(0));

Expand Down

0 comments on commit b57d933

Please sign in to comment.