Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

32 function TestOptimizedLiteral(create, verify) {
41 function create_arr_shallow(a, b, c) {
44 function verify_arr_shallow(array, a, b, c) {
57 function create_arr_nested(a, b, c) {
60 function verify_arr_nested(array, a, b, c) {
77 function create_obj_shallow(a, b, c) {
80 function verify_obj_shallow(object, a, b, c) {
91 function create_obj_nested(a, b, c) {
94 function verify_obj_nested(object, a, b, c) {
107 function create_mixed_nested(a, b, c) {
110 function verify_mixed_nested(object, a, b, c) {