Home
last modified time | relevance | path

Searched refs:targetObj (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/loader/
H A DmozJSSubScriptLoader.cpp87 if (!JS_IsGlobalObject(targetObj)) { in NS_IMPL_ISUPPORTS()
154 MOZ_ASSERT(!js::IsWrapper(targetObj)); in EvalScript()
156 if (JS_IsGlobalObject(targetObj)) { in EvalScript()
167 if (!envChain.append(targetObj)) { in EvalScript()
200 JSAutoRealm rar(cx, targetObj); in EvalScript()
357 RootedObject targetObj(cx); in DoLoadSubScriptWithOptions() local
363 targetObj = options.target; in DoLoadSubScriptWithOptions()
365 targetObj = loadScope; in DoLoadSubScriptWithOptions()
368 targetObj = JS_FindCompilationScope(cx, targetObj); in DoLoadSubScriptWithOptions()
369 if (!targetObj || !loadScope) { in DoLoadSubScriptWithOptions()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/loader/
H A DmozJSSubScriptLoader.cpp90 if (!JS_IsGlobalObject(targetObj)) { in NS_IMPL_ISUPPORTS()
140 MOZ_ASSERT(!js::IsWrapper(targetObj)); in EvalScript()
142 if (JS_IsGlobalObject(targetObj)) { in EvalScript()
153 if (!envChain.append(targetObj)) { in EvalScript()
186 JSAutoRealm rar(cx, targetObj); in EvalScript()
356 RootedObject targetObj(cx); in DoLoadSubScriptWithOptions() local
362 targetObj = options.target; in DoLoadSubScriptWithOptions()
364 targetObj = loadScope; in DoLoadSubScriptWithOptions()
367 targetObj = JS_FindCompilationScope(cx, targetObj); in DoLoadSubScriptWithOptions()
368 if (!targetObj || !loadScope) { in DoLoadSubScriptWithOptions()
[all …]
/dports/www/firefox/firefox-99.0/js/xpconnect/loader/
H A DmozJSSubScriptLoader.cpp91 if (!JS_IsGlobalObject(targetObj)) { in NS_IMPL_ISUPPORTS()
130 MOZ_ASSERT(!js::IsWrapper(targetObj)); in EvalStencil()
139 if (JS_IsGlobalObject(targetObj)) { in EvalStencil()
150 if (!envChain.append(targetObj)) { in EvalStencil()
183 JSAutoRealm rar(cx, targetObj); in EvalStencil()
321 RootedObject targetObj(cx); in DoLoadSubScriptWithOptions() local
327 targetObj = options.target; in DoLoadSubScriptWithOptions()
329 targetObj = loadScope; in DoLoadSubScriptWithOptions()
332 targetObj = JS_FindCompilationScope(cx, targetObj); in DoLoadSubScriptWithOptions()
333 if (!targetObj || !loadScope) { in DoLoadSubScriptWithOptions()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/loader/
H A DmozJSSubScriptLoader.cpp90 if (!JS_IsGlobalObject(targetObj)) { in NS_IMPL_ISUPPORTS()
140 MOZ_ASSERT(!js::IsWrapper(targetObj)); in EvalScript()
142 if (JS_IsGlobalObject(targetObj)) { in EvalScript()
153 if (!envChain.append(targetObj)) { in EvalScript()
186 JSAutoRealm rar(cx, targetObj); in EvalScript()
356 RootedObject targetObj(cx); in DoLoadSubScriptWithOptions() local
362 targetObj = options.target; in DoLoadSubScriptWithOptions()
364 targetObj = loadScope; in DoLoadSubScriptWithOptions()
367 targetObj = JS_FindCompilationScope(cx, targetObj); in DoLoadSubScriptWithOptions()
368 if (!targetObj || !loadScope) { in DoLoadSubScriptWithOptions()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/loader/
H A DmozJSSubScriptLoader.cpp145 if (JS_IsGlobalObject(targetObj)) { in PrepareScript()
153 if (JS_IsGlobalObject(targetObj)) { in PrepareScript()
163 if (JS_IsGlobalObject(targetObj)) { in EvalScript()
174 if (!envChain.append(targetObj)) { in EvalScript()
208 JSAutoCompartment rac(cx, targetObj); in EvalScript()
379 RootedObject targetObj(cx, mTargetObj); in OnStreamComplete() local
536 RootedObject targetObj(cx); in DoLoadSubScriptWithOptions() local
542 targetObj = options.target; in DoLoadSubScriptWithOptions()
544 targetObj = loadScope; in DoLoadSubScriptWithOptions()
546 targetObj = JS_FindCompilationScope(cx, targetObj); in DoLoadSubScriptWithOptions()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/mesoninfoparser/parsers/
H A Dtargetparser.h65 auto targetObj = target.toObject(); in extract_target() local
66 Target t{targetObj["type"].toString(), in extract_target()
67 targetObj["name"].toString(), in extract_target()
68 targetObj["id"].toString(), in extract_target()
69 targetObj["defined_in"].toString(), in extract_target()
70 targetObj["filename"].toVariant().toStringList(), in extract_target()
71 targetObj["extra_files"].toVariant().toStringList(), in extract_target()
72 targetObj["subproject"].toString(), in extract_target()
73 extract_sources(targetObj["target_sources"].toArray())}; in extract_target()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdbusabstractinterface/qpinger/
H A Dqpinger.cpp75 targetObj.m_stringProp = "This is a test"; in reset()
76 targetObj.m_variantProp = QDBusVariant(QVariant(42)); in reset()
77 targetObj.m_complexProp = RegisteredType("This is a test"); in reset()
82 emit targetObj.voidSignal(); in voidSignal()
87 emit targetObj.stringSignal(value); in stringSignal()
93 emit targetObj.complexSignal(reg); in complexSignal()
100 m_conn.registerObject("/", &targetObj, QDBusConnection::ExportScriptableContents); in handleConnection()
104 Interface targetObj; member in PingerServer
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdbusabstractinterface/
H A Dtst_qdbusabstractinterface.cpp63 Interface targetObj; member in tst_QDBusAbstractInterface
265 targetObj.m_stringProp = QString(); in cleanup()
266 targetObj.m_variantProp = QDBusVariant(); in cleanup()
267 targetObj.m_complexProp = RegisteredType(); in cleanup()
480 Interface targetObj; in run() local
839 emit targetObj.voidSignal(); in getVoidSignal()
864 emit targetObj.stringSignal(expectedValue); in getStringSignal()
891 emit targetObj.complexSignal(expectedValue); in getComplexSignal()
999 emit targetObj.voidSignal(); in followSignal()
1015 emit targetObj.voidSignal(); in followSignal()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialRevisionDelete.php50 private $targetObj; variable in SpecialRevisionDelete
165 if ( $this->archiveName && $this->targetObj ) {
179 $this->targetObj = RevisionDeleter::suggestTarget(
181 $this->targetObj,
186 if ( $this->targetObj === null ) {
245 $this->targetObj,
257 $this->targetObj,
270 if ( $this->targetObj ) {
281 if ( !$this->targetObj->isSpecialPage() ) {
284 $this->targetObj,
[all …]
H A DSpecialEditTags.php42 private $targetObj; variable in SpecialEditTags
126 $this->targetObj = RevisionDeleter::suggestTarget(
128 $this->targetObj,
136 if ( $this->targetObj === null ) {
167 $this->targetObj,
178 if ( $this->targetObj ) {
189 'page' => $this->targetObj->getPrefixedText(),
193 if ( !$this->targetObj->isSpecialPage() ) {
196 $this->targetObj,
219 $this->targetObj, $this->ids );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialRevisionDelete.php50 private $targetObj;
165 if ( $this->archiveName && $this->targetObj ) {
181 $this->targetObj,
186 if ( $this->targetObj === null ) {
197 $this->targetObj,
251 $this->targetObj,
263 $this->targetObj,
276 if ( $this->targetObj ) {
287 if ( !$this->targetObj->isSpecialPage() ) {
290 $this->targetObj,
[all …]
H A DSpecialEditTags.php42 private $targetObj; variable in SpecialEditTags
128 $this->targetObj,
136 if ( $this->targetObj === null ) {
146 $this->targetObj,
174 $this->targetObj,
185 if ( $this->targetObj ) {
196 'page' => $this->targetObj->getPrefixedText(),
200 if ( !$this->targetObj->isSpecialPage() ) {
203 $this->targetObj,
226 $this->targetObj, $this->ids );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialRevisionDelete.php50 private $targetObj; variable in SpecialRevisionDelete
165 if ( $this->archiveName && $this->targetObj ) {
179 $this->targetObj = RevisionDeleter::suggestTarget(
181 $this->targetObj,
186 if ( $this->targetObj === null ) {
244 $this->targetObj,
256 $this->targetObj,
269 if ( $this->targetObj ) {
280 if ( !$this->targetObj->isSpecialPage() ) {
283 $this->targetObj,
[all …]
H A DSpecialEditTags.php42 private $targetObj; variable in SpecialEditTags
126 $this->targetObj = RevisionDeleter::suggestTarget(
128 $this->targetObj,
136 if ( $this->targetObj === null ) {
167 $this->targetObj,
178 if ( $this->targetObj ) {
189 'page' => $this->targetObj->getPrefixedText(),
193 if ( !$this->targetObj->isSpecialPage() ) {
196 $this->targetObj,
219 $this->targetObj, $this->ids );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiRevisionDelete.php85 $targetObj = null;
87 $targetObj = Title::newFromText( $params['target'] );
89 $targetObj = RevisionDeleter::suggestTarget( $params['type'], $targetObj, $params['ids'] );
90 if ( $targetObj === null ) {
94 if ( $this->getPermissionManager()->isBlockedFrom( $user, $targetObj ) ) {
99 $params['type'], $this->getContext(), $targetObj, $params['ids']
110 $data['target'] = $targetObj->getFullText();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiRevisionDelete.php85 $targetObj = null;
87 $targetObj = Title::newFromText( $params['target'] );
89 $targetObj = RevisionDeleter::suggestTarget( $params['type'], $targetObj, $params['ids'] );
90 if ( $targetObj === null ) {
95 if ( $this->getPermissionManager()->isBlockedFrom( $user, $targetObj ) ) {
100 $params['type'], $this->getContext(), $targetObj, $params['ids']
111 $data['target'] = $targetObj->getFullText();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiRevisionDelete.php85 $targetObj = null;
87 $targetObj = Title::newFromText( $params['target'] );
89 $targetObj = RevisionDeleter::suggestTarget( $params['type'], $targetObj, $params['ids'] );
90 if ( $targetObj === null ) {
95 if ( $this->getPermissionManager()->isBlockedFrom( $user, $targetObj ) ) {
100 $params['type'], $this->getContext(), $targetObj, $params['ids']
111 $data['target'] = $targetObj->getFullText();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DInvokeVarArgs.java79 ObjectReference targetObj = frame.thisObject(); in runTests() local
80 ReferenceType targetType = (ReferenceType) targetObj.type(); in runTests()
81 Value arrayVal = targetObj.getValue(targetType.fieldByName("array")); in runTests()
82 Value array2Val = targetObj.getValue(targetType.fieldByName("array2")); in runTests()
85 …IntegerValue size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(… in runTests()
90 …size = (IntegerValue) targetObj.invokeMethod(bpe.thread(), sizeMethod, Arrays.asList(new Value[]{a… in runTests()

123456789