Home | History | Annotate | Download | only in profiler

Lines Matching defs:proxy

940     int entry, JSGlobalProxy* proxy) {
941 SetInternalReference(proxy, entry,
942 "native_context", proxy->native_context(),
1964 JSObject* proxy = Context::cast(*p)->global_proxy();
1965 if (!proxy->IsJSGlobalProxy()) continue;
1966 Object* global = proxy->map()->prototype();
1969 proxy->GetIsolate()));