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

/external/v8/test/cctest/
H A Dtest-api.cc20776 Local<Object> proxy_object = context->Global(); local
20778 // Global object, the prototype of proxy_object. No security checks.
20780 proxy_object->GetPrototype()->ToObject(context).ToLocalChecked();
20804 global->Set(context2.local(), v8_str("proxy"), proxy_object).FromJust());

Completed in 152 milliseconds