Searched refs:x_holder (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-accessors.cc114 static v8::Handle<v8::Object> x_holder; variable
120 CHECK_EQ(x_holder, info.Holder());
128 CHECK_EQ(x_holder, info.This());
129 CHECK_EQ(x_holder, info.Holder());
139 x_holder = obj->NewInstance();
140 context->Global()->Set(v8_str("holder"), x_holder);
/external/chromium_org/v8/test/cctest/
H A Dtest-accessors.cc143 static v8::Handle<v8::Object> x_holder; variable
157 CHECK_EQ(x_holder, info.Holder());
172 CHECK_EQ(x_holder, info.This());
173 CHECK_EQ(x_holder, info.Holder());
199 x_holder = obj->NewInstance();
200 context->Global()->Set(v8_str("holder"), x_holder);

Completed in 87 milliseconds