Home | History | Annotate | Download | only in src

Lines Matching refs:JSProxy

3899   MaybeObject* maybe_map_obj = AllocateMap(JS_PROXY_TYPE, JSProxy::kSize);
3904 JSProxy* result;
3906 if (!maybe_result->To<JSProxy>(&result)) return maybe_result;