Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[js] Fix typo.
  • Loading branch information
pmurias committed Mar 9, 2016
1 parent 24db816 commit cc3b913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/js/Operations.nqp
Expand Up @@ -670,7 +670,7 @@ class QAST::OperationsJS {
add_simple_op('setmessage', $T_OBJ, [$T_OBJ, $T_OBJ], :sideffects);
add_simple_op('getmessage', $T_STR, [$T_OBJ]);

add_simpile_op('newexception', $T_OBJ, [], :sideffects);
add_simple_op('newexception', $T_OBJ, [], :sideffects);

add_simple_op('findmethod', $T_OBJ, [$T_OBJ, $T_STR], :sideffects);
add_simple_op('can', $T_INT, [$T_OBJ, $T_STR], :sideffects);
Expand Down

0 comments on commit cc3b913

Please sign in to comment.