Home
last modified time | relevance | path

Searched refs:needsWrapping (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/optparse-applicative-0.15.1.0/src/Options/Applicative/Help/
H A DCore.hs119 | needsWrapping wrapping
214 needsWrapping :: Wrapping -> Bool
215 needsWrapping = (==) Wrapped function
/dports/devel/apitrace/apitrace-9.0/wrappers/
H A Dtrace.py358 self.needsWrapping = False
364 self.needsWrapping = True
663 def needsWrapping(self, type): member in Tracer
666 return visitor.needsWrapping
669 if self.needsWrapping(type):
674 if self.needsWrapping(type):
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Dexpectedtoken.h81 bool needsWrapping() const;
H A Dexpectedtoken.cpp3 bool ExpectedToken::needsWrapping() const in needsWrapping() function in ExpectedToken
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DPromise.cpp1223 bool needsWrapping = false; in PromiseConstructor() local
1266 needsWrapping = true; in PromiseConstructor()
1271 if (!GetPrototypeFromConstructor(cx, needsWrapping ? newTarget : originalNewTarget, &proto)) in PromiseConstructor()
1273 if (needsWrapping && !cx->compartment()->wrap(cx, &proto)) in PromiseConstructor()
1275 Rooted<PromiseObject*> promise(cx, PromiseObject::create(cx, executor, proto, needsWrapping)); in PromiseConstructor()
1281 if (needsWrapping) in PromiseConstructor()
1289 bool needsWrapping /* = false */) in create() argument
1298 if (needsWrapping) { in create()
1307 Rooted<PromiseObject*> promise(cx, CreatePromiseObjectInternal(cx, usedProto, needsWrapping, in create()
1313 if (needsWrapping && !cx->compartment()->wrap(cx, &promiseVal)) in create()
[all …]
H A DPromise.h45 HandleObject proto = nullptr, bool needsWrapping = false);
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/JATS/
H A DTable.hs39 let needsWrapping = \case function
49 blockToJATS needsWrapping opts captionBlocks
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPromiseObject.h100 bool needsWrapping = false);
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPromiseObject.h100 bool needsWrapping = false);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPromiseObject.h100 bool needsWrapping = false);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DPromiseObject.h101 bool needsWrapping = false);
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DPromise.cpp315 bool needsWrapping) { in initialize() argument
318 elements().setElementNeedsWrapping = needsWrapping; in initialize()
2327 bool needsWrapping = false; in PromiseConstructor() local
2348 needsWrapping = true; in PromiseConstructor()
2357 if (needsWrapping) { in PromiseConstructor()
2368 PromiseObject::create(cx, executor, proto, needsWrapping); in PromiseConstructor()
2375 if (needsWrapping) { in PromiseConstructor()
2393 if (needsWrapping) { in create()
2427 if (needsWrapping) { in create()
3236 bool needsWrapping = false; in GetPromiseCombinatorElements() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DPromise.cpp313 bool needsWrapping) { in initialize() argument
316 elements().setElementNeedsWrapping = needsWrapping; in initialize()
2328 bool needsWrapping = false; in PromiseConstructor() local
2349 needsWrapping = true; in PromiseConstructor()
2358 if (needsWrapping) { in PromiseConstructor()
2369 PromiseObject::create(cx, executor, proto, needsWrapping); in PromiseConstructor()
2376 if (needsWrapping) { in PromiseConstructor()
2394 if (needsWrapping) { in create()
2428 if (needsWrapping) { in create()
3218 bool needsWrapping = false; in GetPromiseCombinatorElements() local
[all …]
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DPromise.cpp279 bool needsWrapping) { in initialize() argument
282 elements().setElementNeedsWrapping = needsWrapping; in initialize()
2583 bool needsWrapping = false; in PromiseConstructor() local
2604 needsWrapping = true; in PromiseConstructor()
2613 if (needsWrapping) { in PromiseConstructor()
2624 PromiseObject::create(cx, executor, proto, needsWrapping); in PromiseConstructor()
2631 if (needsWrapping) { in PromiseConstructor()
2656 if (needsWrapping) { in create()
2691 if (needsWrapping) { in create()
3643 bool needsWrapping = false; in GetPromiseCombinatorElements() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DPromise.cpp315 bool needsWrapping) { in initialize() argument
318 elements().setElementNeedsWrapping = needsWrapping; in initialize()
2327 bool needsWrapping = false; in PromiseConstructor() local
2348 needsWrapping = true; in PromiseConstructor()
2357 if (needsWrapping) { in PromiseConstructor()
2368 PromiseObject::create(cx, executor, proto, needsWrapping); in PromiseConstructor()
2375 if (needsWrapping) { in PromiseConstructor()
2393 if (needsWrapping) { in create()
2427 if (needsWrapping) { in create()
3236 bool needsWrapping = false; in GetPromiseCombinatorElements() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DPromise.cpp1522 bool needsWrapping = false; in PromiseConstructor() local
1541 needsWrapping = true; in PromiseConstructor()
1548 if (needsWrapping) { in PromiseConstructor()
1554 PromiseObject::create(cx, executor, proto, needsWrapping); in PromiseConstructor()
1559 if (needsWrapping) return cx->compartment()->wrap(cx, args.rval()); in PromiseConstructor()
1566 bool needsWrapping /* = false */) { in create() argument
1574 if (needsWrapping) { in create()
1582 cx, CreatePromiseObjectInternal(cx, usedProto, needsWrapping, false)); in create()
1586 if (needsWrapping && !cx->compartment()->wrap(cx, &promiseObj)) in create()
1601 if (needsWrapping) { in create()

12