Home | History | Annotate | Download | only in cctest

Lines Matching full:func2

7848   context->Global()->Set(v8_str("func2"), t2->GetFunction());
7852 " descriptor = Object.getOwnPropertyDescriptor(func2, 'prototype');"
7855 CHECK_EQ(42, CompileRun("func2.prototype.x")->Int32Value());
15696 Local<Function> func2;
15700 func2 = tmpl->GetFunction();
15709 instance2 = func2->NewInstance();
15720 CHECK(func2->CreationContext() == context2);
15721 CheckContextId(func2, 2);
15735 CHECK(func2->CreationContext() == context2);
15736 CheckContextId(func2, 2);
15751 CHECK(func2->CreationContext() == context2);
15752 CheckContextId(func2, 2);