Home
last modified time | relevance | path

Searched refs:IsObject (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp39 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 …]
Dutil_inline.h23 if (!hJSObject->IsObject()) {
29 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) {
Dcontext.cpp76 if (hException->IsObject()) { in FXJSE_CreateReturnValue()
116 if (!hValue->IsObject()) { in FXJSE_ReturnValue_GetMessage()
138 if (!hValue->IsObject()) { in FXJSE_ReturnValue_GetLineInfo()
Dvalue.h74 V8_INLINE FX_BOOL IsObject() const { in IsObject() function
81 return hValue->IsObject(); in IsObject()
Dclass.cpp201 if (!hValue->IsObject()) { in GetObject()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dstat.py125 if not url.IsObject():
137 if blr.IsObject():
Drb.py98 if wildcard_url.IsObject():
Ddu.py270 if (storage_url.IsObject() and exp_objs == 0 and
Drm.py301 if url.IsObject():
Dsetmeta.py172 if not (url.IsCloudUrl() and url.IsObject()):
Dacl.py418 elif url.IsObject():
Dls.py468 if storage_url.IsObject() and exp_objs == 0 and exp_dirs == 0:
Dupdate.py321 elif not (storage_url.IsCloudUrl() and storage_url.IsObject()):
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dname_expansion.py249 if blr.IsObject():
465 if not self.recursion_requested and not blr.IsObject():
526 elif blr.IsObject():
Dls_helper.py173 if blr.IsObject():
219 if blr.IsObject():
Dwildcard_iterator.py159 self.wildcard_url.IsObject() and not self.all_versions):
464 if blr.IsObject():
588 if bucket_listing_ref.IsObject():
Dbucket_listing_ref.py55 def IsObject(self): member in BucketListingRef
Dstorage_url.py230 def IsObject(self): member in _CloudUrl
Daclhelpers.py241 if command_name == 'acl' and storage_url.IsObject():
Dcommand.py874 if wildcard_url.IsObject():
950 if not arg_url.IsCloudUrl() or arg_url.IsObject():
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp234 if (m_pValue->IsObject()) in GetType()
805 if (v->IsObject()) { in JS_DateParse()
/external/v8/src/wasm/
Dwasm-js.cc262 if (args.Length() > 1 && args[1]->IsObject()) { in InstantiateModule()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp492 if (pObj->IsObject()) in FXJS_GetTypeof()
524 if (v->IsObject()) { in FXJS_GetPrivate()
/external/v8/test/cctest/
Dtest-object-observe.cc319 CHECK(record->IsObject()); in ExpectRecords()
770 CHECK(CompileRun("Object.getNotifier(obj)")->IsObject()); in TEST()
Dtest-heap-profiler.cc1332 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()

12