Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-debug.cc4540 v8::Handle<v8::Object> grandProtoObj = t1->GetFunction()->NewInstance(); in TEST() local
4541 grandProtoObj->SetHiddenValue(v8::String::New("v8::test-debug::c"), in TEST()
4543 env->Global()->Set(v8::String::New("grandProtoObj"), grandProtoObj); in TEST()
4546 protoObj->Set(v8::String::New("__proto__"), grandProtoObj); in TEST()