Searched defs:ThrowingGetter (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc10114 static Handle<Value> ThrowingGetter(Local<String> name, function
10128 instance_templ->SetAccessor(v8_str("f"), ThrowingGetter);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc12484 static void ThrowingGetter(Local<String> name, function
12498 instance_templ->SetAccessor(v8_str("f"), ThrowingGetter);

Completed in 145 milliseconds