Searched refs:IsObject (Results 1 – 25 of 36) sorted by relevance
12
39 return lpValue && lpValue->IsObject(); in FXJSE_Value_IsObject()278 if (!hValue->IsObject()) { in ToObject()358 if (!hObject->IsObject()) { in SetObjectProperty()374 if (!hObject->IsObject()) { in GetObjectProperty()389 if (!hObject->IsObject()) { in SetObjectProperty()401 if (!hObject->IsObject()) { in GetObjectProperty()412 if (!hObject->IsObject()) { in DeleteObjectProperty()425 if (!hObject->IsObject()) { in HasObjectOwnProperty()439 if (!hObject->IsObject()) { in SetObjectOwnProperty()489 !hFunctionValue.IsEmpty() && hFunctionValue->IsObject() in Call()[all …]
23 if (!hJSObject->IsObject()) {29 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) {
76 if (hException->IsObject()) { in FXJSE_CreateReturnValue()116 if (!hValue->IsObject()) { in FXJSE_ReturnValue_GetMessage()138 if (!hValue->IsObject()) { in FXJSE_ReturnValue_GetLineInfo()
74 V8_INLINE FX_BOOL IsObject() const { in IsObject() function81 return hValue->IsObject(); in IsObject()
201 if (!hValue->IsObject()) { in GetObject()
125 if not url.IsObject():137 if blr.IsObject():
98 if wildcard_url.IsObject():
270 if (storage_url.IsObject() and exp_objs == 0 and
301 if url.IsObject():
172 if not (url.IsCloudUrl() and url.IsObject()):
418 elif url.IsObject():
468 if storage_url.IsObject() and exp_objs == 0 and exp_dirs == 0:
321 elif not (storage_url.IsCloudUrl() and storage_url.IsObject()):
249 if blr.IsObject():465 if not self.recursion_requested and not blr.IsObject():526 elif blr.IsObject():
173 if blr.IsObject():219 if blr.IsObject():
159 self.wildcard_url.IsObject() and not self.all_versions):464 if blr.IsObject():588 if bucket_listing_ref.IsObject():
55 def IsObject(self): member in BucketListingRef
230 def IsObject(self): member in _CloudUrl
241 if command_name == 'acl' and storage_url.IsObject():
874 if wildcard_url.IsObject():950 if not arg_url.IsCloudUrl() or arg_url.IsObject():
234 if (m_pValue->IsObject()) in GetType()805 if (v->IsObject()) { in JS_DateParse()
262 if (args.Length() > 1 && args[1]->IsObject()) { in InstantiateModule()
492 if (pObj->IsObject()) in FXJS_GetTypeof()524 if (v->IsObject()) { in FXJS_GetPrivate()
319 CHECK(record->IsObject()); in ExpectRecords()770 CHECK(CompileRun("Object.getNotifier(obj)")->IsObject()); in TEST()
1332 CHECK(globalObjectHandle->IsObject()); in TEST()1776 CHECK(heap_profiler->FindObjectById(global->GetId())->IsObject()); in TEST()1782 CHECK(heap_profiler->FindObjectById(obj->GetId())->IsObject()); in TEST()1822 CHECK(heap_profiler->FindObjectById(prop->GetId())->IsObject()); in TEST()2031 CHECK(!cHandle.IsEmpty() && cHandle->IsObject()); in TEST()