Home | History | Annotate | Download | only in src

Lines Matching refs:JSProxy

4799   MaybeObject* maybe_map_obj = AllocateMap(JS_PROXY_TYPE, JSProxy::kSize);
4804 JSProxy* result;
4806 if (!maybe_result->To<JSProxy>(&result)) return maybe_result;