Searched refs:jsobject (Results 1 – 2 of 2) sorted by relevance
381 void ExtractInternalFields(JSObject jsobject, void** embedder_fields, int len) { in ExtractInternalFields() argument382 int field_count = jsobject.GetEmbedderFieldCount(); in ExtractInternalFields()383 IsolateRoot isolate = GetIsolateForPtrCompr(jsobject); in ExtractInternalFields()387 if (EmbedderDataSlot(jsobject, i).ToAlignedPointer(isolate, &pointer)) { in ExtractInternalFields()
462 Handle<JSObject> jsobject = Handle<JSObject>::cast(object()); in SerializeObjectCreateMap() local464 if (jsobject->map().is_prototype_map()) { in SerializeObjectCreateMap()465 Handle<Object> maybe_proto_info(jsobject->map().prototype_info(), in SerializeObjectCreateMap()