class Opal::Nodes::DefinedNode
def compile_defined_nth_ref
def compile_defined_nth_ref helper :gvars nth_ref_tmp = scope.new_temp push "(#{nth_ref_tmp} = $gvars['~'], #{nth_ref_tmp} != null && #{nth_ref_tmp} != nil)" nth_ref_tmp end
def compile_defined_nth_ref helper :gvars nth_ref_tmp = scope.new_temp push "(#{nth_ref_tmp} = $gvars['~'], #{nth_ref_tmp} != null && #{nth_ref_tmp} != nil)" nth_ref_tmp end