Home
last modified time | relevance | path

Searched refs:closeMethod (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DWritableStreamDefaultControllerOperations.cpp236 Handle<Value> writeMethod, Handle<Value> closeMethod, in SetUpWritableStreamDefaultController() argument
242 cx->check(closeMethod); in SetUpWritableStreamDefaultController()
243 MOZ_ASSERT(closeMethod.isUndefined() || IsCallable(closeMethod)); in SetUpWritableStreamDefaultController()
291 controller->setCloseMethod(closeMethod); in SetUpWritableStreamDefaultController()
383 Rooted<Value> closeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink() local
404 cx, stream, sinkAlgorithms, underlyingSink, writeMethod, closeMethod, in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
685 if (unwrappedController->closeMethod().isUndefined()) { in PerformCloseAlgorithm()
692 MOZ_ASSERT(IsCallable(unwrappedController->closeMethod())); in PerformCloseAlgorithm()
697 Rooted<Value> closeMethod(cx, unwrappedController->closeMethod()); in PerformCloseAlgorithm() local
698 if (!cx->compartment()->wrap(cx, &closeMethod)) { in PerformCloseAlgorithm()
[all …]
H A DWritableStreamDefaultController.h131 JS::Value closeMethod() const { return getFixedSlot(Slot_CloseMethod); } in closeMethod() function
132 void setCloseMethod(const JS::Value& closeMethod) { in setCloseMethod() argument
133 setFixedSlot(Slot_CloseMethod, closeMethod); in setCloseMethod()
H A DWritableStreamDefaultControllerOperations.h53 JS::Handle<JS::Value> writeMethod, JS::Handle<JS::Value> closeMethod,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DWritableStreamDefaultControllerOperations.cpp237 Handle<Value> writeMethod, Handle<Value> closeMethod, in SetUpWritableStreamDefaultController() argument
243 cx->check(closeMethod); in SetUpWritableStreamDefaultController()
244 MOZ_ASSERT(closeMethod.isUndefined() || IsCallable(closeMethod)); in SetUpWritableStreamDefaultController()
292 controller->setCloseMethod(closeMethod); in SetUpWritableStreamDefaultController()
384 Rooted<Value> closeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink() local
405 cx, stream, sinkAlgorithms, underlyingSink, writeMethod, closeMethod, in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
686 if (unwrappedController->closeMethod().isUndefined()) { in PerformCloseAlgorithm()
693 MOZ_ASSERT(IsCallable(unwrappedController->closeMethod())); in PerformCloseAlgorithm()
698 Rooted<Value> closeMethod(cx, unwrappedController->closeMethod()); in PerformCloseAlgorithm() local
699 if (!cx->compartment()->wrap(cx, &closeMethod)) { in PerformCloseAlgorithm()
[all …]
H A DWritableStreamDefaultController.h131 JS::Value closeMethod() const { return getFixedSlot(Slot_CloseMethod); } in closeMethod() function
132 void setCloseMethod(const JS::Value& closeMethod) { in setCloseMethod() argument
133 setFixedSlot(Slot_CloseMethod, closeMethod); in setCloseMethod()
H A DWritableStreamDefaultControllerOperations.h55 JS::Handle<JS::Value> writeMethod, JS::Handle<JS::Value> closeMethod,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DWritableStreamDefaultControllerOperations.cpp236 Handle<Value> writeMethod, Handle<Value> closeMethod, in SetUpWritableStreamDefaultController() argument
242 cx->check(closeMethod); in SetUpWritableStreamDefaultController()
243 MOZ_ASSERT(closeMethod.isUndefined() || IsCallable(closeMethod)); in SetUpWritableStreamDefaultController()
291 controller->setCloseMethod(closeMethod); in SetUpWritableStreamDefaultController()
383 Rooted<Value> closeMethod(cx); in SetUpWritableStreamDefaultControllerFromUnderlyingSink() local
404 cx, stream, sinkAlgorithms, underlyingSink, writeMethod, closeMethod, in SetUpWritableStreamDefaultControllerFromUnderlyingSink()
685 if (unwrappedController->closeMethod().isUndefined()) { in PerformCloseAlgorithm()
692 MOZ_ASSERT(IsCallable(unwrappedController->closeMethod())); in PerformCloseAlgorithm()
697 Rooted<Value> closeMethod(cx, unwrappedController->closeMethod()); in PerformCloseAlgorithm() local
698 if (!cx->compartment()->wrap(cx, &closeMethod)) { in PerformCloseAlgorithm()
[all …]
H A DWritableStreamDefaultController.h131 JS::Value closeMethod() const { return getFixedSlot(Slot_CloseMethod); } in closeMethod() function
132 void setCloseMethod(const JS::Value& closeMethod) { in setCloseMethod() argument
133 setFixedSlot(Slot_CloseMethod, closeMethod); in setCloseMethod()
H A DWritableStreamDefaultControllerOperations.h53 JS::Handle<JS::Value> writeMethod, JS::Handle<JS::Value> closeMethod,
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/ryanrolds/sqlclosecheck/pkg/analyzer/
H A Danalyzer.go14 closeMethod = "Close" const
198 if name == closeMethod {
213 if isTarget && name == closeMethod {
265 if instr.Call.Value != nil && instr.Call.Value.Name() == closeMethod {
269 if instr.Call.Value != nil && instr.Call.Value.Name() == closeMethod {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ryanrolds/sqlclosecheck/pkg/analyzer/
H A Danalyzer.go14 closeMethod = "Close" const
198 if name == closeMethod {
213 if isTarget && name == closeMethod {
265 if instr.Call.Value != nil && instr.Call.Value.Name() == closeMethod {
269 if instr.Call.Value != nil && instr.Call.Value.Name() == closeMethod {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/ryanrolds/sqlclosecheck/pkg/analyzer/
H A Danalyzer.go14 closeMethod = "Close" const
198 if name == closeMethod {
213 if isTarget && name == closeMethod {
265 if instr.Call.Value != nil && instr.Call.Value.Name() == closeMethod {
269 if instr.Call.Value != nil && instr.Call.Value.Name() == closeMethod {
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DTryStatement.java156 MethodBinding closeMethod = findCloseMethod(resource, resourceBinding); in analyseCode() local
157 …if (closeMethod != null && closeMethod.isValidBinding() && closeMethod.returnType.id == TypeIds.T_… in analyseCode()
158 ReferenceBinding[] thrownExceptions = closeMethod.thrownExceptions; in analyseCode()
270 MethodBinding closeMethod = findCloseMethod(resource, resourceBinding); in analyseCode() local
271 …if (closeMethod != null && closeMethod.isValidBinding() && closeMethod.returnType.id == TypeIds.T_… in analyseCode()
272 ReferenceBinding[] thrownExceptions = closeMethod.thrownExceptions; in analyseCode()
347 MethodBinding closeMethod = null; in findCloseMethod() local
351closeMethod = binding.getExactMethod(ConstantPool.Close, new TypeBinding [0], this.scope.compilati… in findCloseMethod()
352 if(closeMethod == null) { in findCloseMethod()
357closeMethod = this.scope.compilationUnitScope().findMethod(binding, ConstantPool.Close, new TypeBi… in findCloseMethod()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DTryStatement.java174 MethodBinding closeMethod = findCloseMethod(resource, resolvedType); in analyseCode() local
175 …if (closeMethod != null && closeMethod.isValidBinding() && closeMethod.returnType.id == TypeIds.T_… in analyseCode()
176 ReferenceBinding[] thrownExceptions = closeMethod.thrownExceptions; in analyseCode()
301 MethodBinding closeMethod = findCloseMethod(resource, resolvedType); in analyseCode() local
302 …if (closeMethod != null && closeMethod.isValidBinding() && closeMethod.returnType.id == TypeIds.T_… in analyseCode()
303 ReferenceBinding[] thrownExceptions = closeMethod.thrownExceptions; in analyseCode()
379 MethodBinding closeMethod = null; in findCloseMethod() local
382closeMethod = binding.getExactMethod(ConstantPool.Close, new TypeBinding [0], this.scope.compilati… in findCloseMethod()
383 if(closeMethod == null) { in findCloseMethod()
388closeMethod = this.scope.compilationUnitScope().findMethod(binding, ConstantPool.Close, new TypeBi… in findCloseMethod()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/android/javatests/src/org/chromium/chrome/test/
H A DChromeJUnit4ClassRunner.java129 Method closeMethod = daydreamApiClass.getMethod("close"); in isDaydreamViewPaired() local
130 closeMethod.invoke(daydreamApiInstance); in isDaydreamViewPaired()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/timakin/bodyclose/passes/bodyclose/
H A Dbodyclose.go29 closeMethod = "Close" const
76 if bmthd.Id() == closeMethod {
342 if c.Call.Method != nil && c.Call.Method.Name() == closeMethod {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/timakin/bodyclose/passes/bodyclose/
H A Dbodyclose.go29 closeMethod = "Close" const
76 if bmthd.Id() == closeMethod {
328 if c.Call.Method != nil && c.Call.Method.Name() == closeMethod {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/timakin/bodyclose/passes/bodyclose/
H A Dbodyclose.go29 closeMethod = "Close" const
76 if bmthd.Id() == closeMethod {
328 if c.Call.Method != nil && c.Call.Method.Name() == closeMethod {
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/core/
H A DZipAndroid.cpp50 jmethodID closeMethod = env->GetMethodID(zipClass, "close", "()V"); in ~ZipArchive() local
52 env->CallVoidMethod(_zip, closeMethod); in ~ZipArchive()
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/native/
H A Dxgboost4j-gpu.cu230 jmethodID closeMethod = CheckJvmCall(jenv_->GetMethodID(batch_class, "close", "()V"), jenv_); in CloseJvmBatch() local
231 jenv_->CallVoidMethod(last_batch_, closeMethod); in CloseJvmBatch()
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j-gpu/src/native/
H A Dxgboost4j-gpu.cu230 jmethodID closeMethod = CheckJvmCall(jenv_->GetMethodID(batch_class, "close", "()V"), jenv_); in CloseJvmBatch() local
231 jenv_->CallVoidMethod(last_batch_, closeMethod); in CloseJvmBatch()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1093 Symbol closeMethod = rs.resolveQualifiedMethod(tree, in visitTry() local
1099 Type mt = types.memberType(resource.type, closeMethod); in visitTry()
1100 if (closeMethod.kind == MTH) { in visitTry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1093 Symbol closeMethod = rs.resolveQualifiedMethod(tree, in visitTry() local
1099 Type mt = types.memberType(resource.type, closeMethod); in visitTry()
1100 if (closeMethod.kind == MTH) { in visitTry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1095 Symbol closeMethod = rs.resolveQualifiedMethod(tree, in visitTry() local
1101 Type mt = types.memberType(resource.type, closeMethod); in visitTry()
1102 if (closeMethod.kind == MTH) { in visitTry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1095 Symbol closeMethod = rs.resolveQualifiedMethod(tree, in visitTry() local
1101 Type mt = types.memberType(resource.type, closeMethod); in visitTry()
1102 if (closeMethod.kind == MTH) { in visitTry()

12