Searched refs:length_obj (Results 1 – 8 of 8) sorted by relevance
87 length_obj = self.valobj.GetChildMemberWithName('Length')88 self.length = length_obj.GetValueAsUnsigned(0)
53 CONVERT_NUMBER_ARG_HANDLE_CHECKED(length_obj, 2); in RUNTIME_FUNCTION()56 CHECK(TryNumberToSize(*length_obj, &length)); in RUNTIME_FUNCTION()
226 Handle<Object> length_obj; in InitializeReplacer() local228 isolate_, length_obj, in InitializeReplacer()233 if (!length_obj->ToUint32(&length)) length = kMaxUInt32; in InitializeReplacer()
176 Handle<Object> length_obj = Utils::OpenHandle(*val); in ArrayLengthSetter() local181 if (!JSArray::AnythingToArrayLength(isolate, length_obj, &length)) { in ArrayLengthSetter()
576 Object* length_obj = JSArray::cast(holder)->length(); in ValidateImpl() local577 if (length_obj->IsSmi()) { in ValidateImpl()578 length = Smi::ToInt(length_obj); in ValidateImpl()1483 Handle<Object> length_obj = isolate->factory()->NewNumberFromUint(length); in SetLengthImpl() local1484 array->set_length(*length_obj); in SetLengthImpl()
7016 i::Handle<i::Object> length_obj = in New() local7018 obj->set_length(*length_obj); in New()
1806 Handle<Object> length_obj; in CanonicalizeLocaleList() local1807 ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, length_obj, in CanonicalizeLocaleList()1814 double raw_length = length_obj->Number(); in CanonicalizeLocaleList()