Searched defs:GetXValue (Results 1 - 1 of 1) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-api.cc | 3407 static v8::Handle<Value> GetXValue(Local<String> name, function 3419 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut")); 3432 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut")); 3479 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut")); 3540 SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"))); 3546 SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"))); 3570 SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"))); 3572 SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"))); 3593 SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"))); 3595 SetAccessor(v8_str("x"), GetXValue, NUL [all...] |
Completed in 78 milliseconds