OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_holder
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-accessors.cc
114
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/
test-accessors.cc
143
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 891 milliseconds