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

/external/v8/test/cctest/
H A Dtest-debug.cc3775 v8::Handle<v8::Object> grandProtoObj = t1->GetFunction()->NewInstance(); local
3776 grandProtoObj->SetHiddenValue(v8::String::New("v8::test-debug::c"),
3778 env->Global()->Set(v8::String::New("grandProtoObj"), grandProtoObj);
3780 // Setting prototypes: obj->protoObj->grandProtoObj
3781 protoObj->Set(v8::String::New("__proto__"), grandProtoObj);

Completed in 72 milliseconds