Home | History | Annotate | Download | only in cctest

Lines Matching refs:function2

1283   Handle<JSFunction> function2 = Handle<JSFunction>::cast(func_value2);
1284 CHECK(function2->shared()->is_compiled());
1296 function2->shared()->code()->MakeOlder(static_cast<MarkingParity>(i % 2));
1303 *function2.location() = NULL;