Home | History | Annotate | Download | only in cctest

Lines Matching refs:function2

1188   Handle<JSFunction> function2(JSFunction::cast(func_value2));
1189 CHECK(function2->shared()->is_compiled());
1201 function2->shared()->code()->MakeOlder(static_cast<MarkingParity>(i % 2));
1208 *function2.location() = NULL;