Lines Matching full:spy2
4140 Script::Compile(v8_str("spy2=function(){return new this.Array();}"))->Run();4141 Local<Value> spy2 = env1->Global()->Get(v8_str("spy2"));4142 CHECK(spy2->IsFunction());4159 Function::Cast(*spy2)->Call(env2->Global(), 0, NULL);