Lines Matching refs:atom
50 FMT(atom)
71 DEF(push_atom_value, 5, 0, 1, atom)
72 DEF( private_symbol, 5, 0, 1, atom)
125 DEF( check_var, 5, 0, 1, atom) /* check if a variable exists */
126 DEF( get_var_undef, 5, 0, 1, atom) /* push undefined if the variable does not exist */
127 DEF( get_var, 5, 0, 1, atom) /* throw an exception if the variable does not exist */
128 DEF( put_var, 5, 1, 0, atom) /* must come after get_var */
129 DEF( put_var_init, 5, 1, 0, atom) /* must come after put_var. Used to initialize a global lexical…
130 DEF( put_var_strict, 5, 2, 0, atom) /* for strict mode variable write */
138 DEF( get_field, 5, 1, 1, atom)
139 DEF( get_field2, 5, 1, 2, atom)
140 DEF( put_field, 5, 2, 0, atom)
149 DEF( define_field, 5, 2, 1, atom)
150 DEF( set_name, 5, 1, 1, atom)
201 DEF( make_var_ref, 5, 0, 2, atom)
235 DEF( delete_var, 5, 0, 1, atom)