Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-accessors.cc164 static v8::Local<v8::Object> x_holder; variable
179 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder()) in XGetter()
197 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.This()) in XSetter()
199 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder()) in XSetter()
229 x_holder = obj->NewInstance(context.local()).ToLocalChecked(); in THREADED_TEST()
231 ->Set(context.local(), v8_str("holder"), x_holder) in THREADED_TEST()