Home | History | Annotate | Download | only in cctest

Lines Matching full:spy2

7882   Script::Compile(v8_str("spy2=function(){return new this.Array();}"))->Run();
7883 Local<Value> spy2 = env1->Global()->Get(v8_str("spy2"));
7884 CHECK(spy2->IsFunction());
7901 Function::Cast(*spy2)->Call(env2->Global(), 0, NULL);