Searched refs:COMPILE_ARRAY_TYPE_ARRAY (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c2326 COMPILE_ARRAY_TYPE_ARRAY, enumerator in enum:compile_array_type_t
2342 case COMPILE_ARRAY_TYPE_ARRAY: ADD_INSN1(ret, line, newarray, INT2FIX(0)); break;
2404 if (type == COMPILE_ARRAY_TYPE_ARRAY) {
2414 if (type == COMPILE_ARRAY_TYPE_ARRAY) {
2429 case COMPILE_ARRAY_TYPE_ARRAY:
4510 compile_array_(iseq, ret, node, COMPILE_ARRAY_TYPE_ARRAY, poped);

Completed in 122 milliseconds