Home
last modified time | relevance | path

Searched refs:ctorName (Results 1 – 25 of 77) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/processing/model/element/
H A DTestElement.java61 Name ctorName = ctor.getSimpleName(); in process() local
62 if (!ctorName.contentEquals("<init>")) in process()
63 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/model/element/
H A DTestElement.java59 Name ctorName = ctor.getSimpleName(); in process() local
60 if (!ctorName.contentEquals("<init>")) in process()
61 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/model/element/
H A DTestElement.java59 Name ctorName = ctor.getSimpleName(); in process() local
60 if (!ctorName.contentEquals("<init>")) in process()
61 throw new RuntimeException("Unexpected name for constructor " + ctorName); in process()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DProcessActor.cpp99 nsAutoCString ctorName(aName); in ConstructActor() local
100 ctorName.Append(actorType == JSActor::Type::Parent in ConstructActor()
103 if (!JS_GetProperty(cx, exports, ctorName.get(), &ctor)) { in ConstructActor()
110 PromiseFlatCString(ctorName).get()); in ConstructActor()
H A DWindowGlobalActor.cpp226 nsAutoCString ctorName(aName); in ConstructActor() local
227 ctorName.Append(actorType == JSActor::Type::Parent in ConstructActor()
230 if (!JS_GetProperty(cx, exports, ctorName.get(), &ctor)) { in ConstructActor()
237 ctorName.get()); in ConstructActor()
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/Constrain/
H A DPattern.hs63 Can.PCtor home typeName (Can.Union typeVars _ _ _) ctorName _ args ->
64 addCtor region home typeName typeVars ctorName args expectation state
214 addCtor region home typeName typeVarNames ctorName args expectation state =
220 foldM (addCtorArg region ctorName freeVarDict) state args
223 let ctorCon = CPattern region (E.PCtor ctorName) ctorType expectation
234 addCtorArg region ctorName freeVarDict state (Can.PatternCtorArg index srcType pattern) =
236 let expectation = E.PFromContext region (E.PCtorArg ctorName index) tipe
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/jsactor/
H A DJSActorManager.cpp77 nsAutoCString ctorName(aName); in GetActor() local
78 ctorName.Append(isParent ? "Parent"_ns : "Child"_ns); in GetActor()
79 if (!JS_GetProperty(aCx, exports, ctorName.get(), &ctor)) { in GetActor()
86 "Could not find actor constructor '%s'", ctorName.get())); in GetActor()
/dports/www/firefox/firefox-99.0/dom/ipc/jsactor/
H A DJSActorManager.cpp79 nsAutoCString ctorName(aName); in GetActor() local
80 ctorName.Append(isParent ? "Parent"_ns : "Child"_ns); in GetActor()
81 if (!JS_GetProperty(aCx, exports, ctorName.get(), &ctor)) { in GetActor()
88 "Could not find actor constructor '%s'", ctorName.get())); in GetActor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/jsactor/
H A DJSActorManager.cpp77 nsAutoCString ctorName(aName); in GetActor() local
78 ctorName.Append(isParent ? "Parent"_ns : "Child"_ns); in GetActor()
79 if (!JS_GetProperty(aCx, exports, ctorName.get(), &ctor)) { in GetActor()
86 "Could not find actor constructor '%s'", ctorName.get())); in GetActor()
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Sugar/TypeClasses/
H A DDeriving.hs332 makeInst (DataConstructorDeclaration _ ctorName args) = do
336 (srcTypeLevelString $ mkString (runProperName ctorName)))
339 … (unguarded (foldl' App (Constructor ss (Qualified (Just mn) ctorName)) ctorArgs))
340 , CaseAlternative [ ConstructorBinder ss (Qualified (Just mn) ctorName) matchCtor ]
424 mkCtorClause (DataConstructorDeclaration _ ctorName tys) = do
431 …caseBinder idents = ConstructorBinder ss (Qualified (Just mn) ctorName) (map (VarBinder ss) idents)
504 mkCtorClauses (DataConstructorDeclaration _ ctorName tys, isLast) = do
526 …caseBinder idents = ConstructorBinder ss (Qualified (Just mn) ctorName) (map (VarBinder ss) idents)
653 mkCtorClause iTyName f (DataConstructorDeclaration _ ctorName ctorTys) = do
657 let ctor = Constructor ss (Qualified (Just mn) ctorName)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DDebuggerMemory.cpp242 RootedValue ctorName(cx, NullValue()); in drainAllocationsLog() local
243 if (entry.ctorName) { in drainAllocationsLog()
244 ctorName.setString(entry.ctorName); in drainAllocationsLog()
246 if (!DefineDataProperty(cx, obj, cx->names().constructor, ctorName)) { in drainAllocationsLog()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DDebuggerMemory.cpp220 RootedValue ctorName(cx, NullValue()); in drainAllocationsLog() local
221 if (entry.ctorName) in drainAllocationsLog()
222 ctorName.setString(entry.ctorName); in drainAllocationsLog()
223 if (!DefineProperty(cx, obj, cx->names().constructor, ctorName)) in drainAllocationsLog()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DDebuggerMemory.cpp211 RootedValue ctorName(cx, NullValue()); in drainAllocationsLog() local
212 if (entry.ctorName) ctorName.setString(entry.ctorName); in drainAllocationsLog()
213 if (!DefineDataProperty(cx, obj, cx->names().constructor, ctorName)) in drainAllocationsLog()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DDebuggerMemory.cpp221 RootedValue ctorName(cx, NullValue()); in drainAllocationsLog() local
222 if (entry.ctorName) in drainAllocationsLog()
223 ctorName.setString(entry.ctorName); in drainAllocationsLog()
224 if (!DefineProperty(cx, obj, cx->names().constructor, ctorName)) in drainAllocationsLog()
H A DDebugger.h302 HandleAtom ctorName, size_t size, bool inNursery) in AllocationsLogEntry()
306 ctorName(ctorName), in AllocationsLogEntry()
316 RelocatablePtrAtom ctorName; member
323 if (e->ctorName) in trace()
324 TraceEdge(trc, &e->ctorName, "Debugger::AllocationsLogEntry::ctorName"); in trace()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/EcmaFormat/
H A DEcmaMetadataHelpers.cs50 StringHandle ctorName = memberRef.Name; in GetAttributeTypeDefRefOrSpecHandle()
52 … if (!metadataReader.StringComparer.Equals(ctorName, ConstructorInfo.ConstructorName)) in GetAttributeTypeDefRefOrSpecHandle()
/dports/lang/nim/nim-1.6.2/nimsuggest/tests/fixtures/
H A Dmclass_macro.nim117 let ctorName = newIdentNode("new" & $typeName)
127 if node.name.kind != nnkAccQuoted and node.name.basename == ctorName:
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DUsage.hs155 P.ConstructorBinder sp ctorName _
157 [sp | ctorName == map _ideDtorName ideDtor]

1234