Home | History | Annotate | Download | only in cctest

Lines Matching full:getprop

8771   CompileRun("function getProp() {return prop;}");
8773 env1->Global()->Set(v8_str("getProp"),
8774 global2->Get(v8_str("getProp")));
8790 CHECK(global3->Get(v8_str("getProp"))->IsUndefined());
8795 // Call getProp in env1, and it should return the value 1
8797 Local<Value> get_prop = global1->Get(v8_str("getProp"));