Home
last modified time | relevance | path

Searched refs:maybe_obj (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/kibana7/nan-2.15.0/test/cpp/
H A Djson-stringify.cpp14 Nan::MaybeLocal<v8::Object> maybe_obj = Nan::To<v8::Object>(info[0]); in NAN_METHOD() local
15 if (!maybe_obj.IsEmpty()) { in NAN_METHOD()
17 v8::Local<v8::Object> obj = maybe_obj.ToLocalChecked(); in NAN_METHOD()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/command/
H A Dbase.py86 maybe_obj = obj._select(name, selector)
87 if maybe_obj is None:
89 obj = maybe_obj
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dtemplates-inl.h104 Object maybe_obj = constructor.GetInstanceTemplate(); in GetParent() local
105 if (!maybe_obj.IsUndefined(isolate)) { in GetParent()
106 return ObjectTemplateInfo::cast(maybe_obj); in GetParent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dtemplates-inl.h112 Object maybe_obj = constructor.GetInstanceTemplate(); in GetParent() local
113 if (!maybe_obj.IsUndefined(isolate)) { in GetParent()
114 return ObjectTemplateInfo::cast(maybe_obj); in GetParent()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dtemplates-inl.h95 Object* maybe_obj = constructor->instance_template(); in GetParent() local
96 if (!maybe_obj->IsUndefined(isolate)) { in GetParent()
97 return ObjectTemplateInfo::cast(maybe_obj); in GetParent()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dtemplates-inl.h140 Object maybe_obj = constructor.GetInstanceTemplate(); in GetParent() local
141 if (!maybe_obj.IsUndefined(isolate)) { in GetParent()
142 return ObjectTemplateInfo::cast(maybe_obj); in GetParent()
H A Djs-objects.cc4243 base::Optional<Object> maybe_obj; in DictionaryPropertyAt() local
4246 maybe_obj = SwissNameDictionary::cast(backing_store).TryValueAt(dict_index); in DictionaryPropertyAt()
4249 maybe_obj = NameDictionary::cast(backing_store).TryValueAt(dict_index); in DictionaryPropertyAt()
4252 if (!maybe_obj) return {}; in DictionaryPropertyAt()
4253 return maybe_obj.value(); in DictionaryPropertyAt()
/dports/www/firefox-legacy/firefox-52.8.0esr/config/
H A Dexpandlibs_exec.py110maybe_obj = lookup(os.path.join(basedir, os.path.relpath(root, tmp)), f)
111 if maybe_obj:
112 objs.append(relativize(maybe_obj))
/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A Dexpandlibs_exec.py110maybe_obj = lookup(os.path.join(basedir, os.path.relpath(root, tmp)), f)
111 if maybe_obj:
112 objs.append(relativize(maybe_obj))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Doff-thread-factory.cc51 MaybeObject maybe_obj = *slot; in VisitPointers() local
53 if (maybe_obj.GetHeapObjectIfStrong(&obj)) { in VisitPointers()
H A Dobject-stats.cc654 MaybeObject maybe_obj, FeedbackSlotKind kind, Isolate* isolate) { in GetFeedbackSlotType() argument
655 if (maybe_obj->IsCleared()) in GetFeedbackSlotType()
657 Object obj = maybe_obj->GetHeapObjectOrSmi(); in GetFeedbackSlotType()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dobject-stats.cc637 MaybeObject maybe_obj, FeedbackSlotKind kind, Isolate* isolate) { in GetFeedbackSlotType() argument
638 if (maybe_obj->IsCleared()) in GetFeedbackSlotType()
640 Object obj = maybe_obj->GetHeapObjectOrSmi(); in GetFeedbackSlotType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dobject-stats.cc655 MaybeObject maybe_obj, FeedbackSlotKind kind, Isolate* isolate) { in GetFeedbackSlotType() argument
656 if (maybe_obj->IsCleared()) in GetFeedbackSlotType()
658 Object obj = maybe_obj->GetHeapObjectOrSmi(); in GetFeedbackSlotType()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dobject-stats.cc536 MaybeObject* maybe_obj, FeedbackSlotKind kind, Isolate* isolate) { in GetFeedbackSlotType() argument
537 Object* obj = maybe_obj->GetHeapObjectOrSmi(); in GetFeedbackSlotType()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIntrospection.cpp930 llvm::Expected<llvm::object::OwningBinary<llvm::object::ObjectFile>> maybe_obj = in load_and_parse_object_file() local
933 if (!maybe_obj) { in load_and_parse_object_file()
934 consumeError(maybe_obj.takeError()); in load_and_parse_object_file()
939 obj = maybe_obj.get().getBinary(); in load_and_parse_object_file()
/dports/net/routinator/routinator-0.10.2/src/collector/
H A Drrdp.rs522 RepositoryObject::load(&self.object_path(uri)).map(|maybe_obj| { in load_object()
523 maybe_obj.map(|obj| obj.content) in load_object()
/dports/lang/v8/v8-9.6.180.12/src/init/
H A Dbootstrapper.cc5210 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject() local
5213 if (!maybe_obj.ToHandle(&instantiated_template)) { in ConfigureApiObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/init/
H A Dbootstrapper.cc5180 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject() local
5183 if (!maybe_obj.ToHandle(&instantiated_template)) { in ConfigureApiObject()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dbootstrapper.cc5286 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject() local
5289 if (!maybe_obj.ToHandle(&obj)) { in ConfigureApiObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/init/
H A Dbootstrapper.cc5018 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject() local
5021 if (!maybe_obj.ToHandle(&instantiated_template)) { in ConfigureApiObject()