Home | History | Annotate | Download | only in src

Lines Matching refs:GetInternalField

4990   const char* location = "v8::Object::GetInternalField()";
4992 i::Handle<i::Object> value(obj->GetInternalField(index), obj->GetIsolate());
5003 DCHECK_EQ(value, GetInternalField(index));
5011 return DecodeSmiToAligned(obj->GetInternalField(index), location);
5027 i::Object* foreign = i::JSObject::cast(obj)->GetInternalField(0);