Home
last modified time | relevance | path

Searched refs:expando (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/
H A Dproxyhandler.rs35 rooted!(in(cx) let mut expando = ptr::null_mut::<JSObject>()); in shadow_check_callback()
36 get_expando_object(object, expando.handle_mut()); in shadow_check_callback()
37 if !expando.get().is_null() { in shadow_check_callback()
99 ensure_expando_object(cx, proxy, expando.handle_mut()); in define_property()
110 get_expando_object(proxy, expando.handle_mut()); in delete()
111 if expando.is_null() { in delete()
116 delete_property_by_id(cx, expando.handle(), id, bp) in delete()
160 expando.set(if val.is_undefined() { in get_expando_object()
171 get_expando_object(obj, expando); in ensure_expando_object()
172 if expando.is_null() { in ensure_expando_object()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DDOMJSProxyHandler.cpp39 if (expando) { in DOMProxyShadows()
78 JSObject* obj = &expando.toObject(); in CheckExpandoObject()
130 v = expandoAndGeneration->expando; in GetAndClearExpandoObject()
163 JS::Rooted<JSObject*> expando( in EnsureExpandoObject() local
165 if (!expando) { in EnsureExpandoObject()
175 expandoAndGeneration->expando.setObject(*expando); in EnsureExpandoObject()
176 return expando; in EnsureExpandoObject()
181 return expando; in EnsureExpandoObject()
214 if (!expando) { in defineProperty()
254 JS::Rooted<JSObject*> expando(cx); in delete_() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DDOMJSProxyHandler.cpp36 if (expando) { in DOMProxyShadows()
73 JSObject* obj = &expando.toObject(); in CheckExpandoObject()
125 v = expandoAndGeneration->expando; in GetAndClearExpandoObject()
160 JS::Rooted<JSObject*> expando( in EnsureExpandoObject() local
162 if (!expando) { in EnsureExpandoObject()
172 expandoAndGeneration->expando.setObject(*expando); in EnsureExpandoObject()
173 return expando; in EnsureExpandoObject()
178 return expando; in EnsureExpandoObject()
211 if (!expando) { in defineProperty()
250 JS::Rooted<JSObject*> expando(cx); in delete_() local
[all …]
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DDOMJSProxyHandler.cpp40 if (expando) { in DOMProxyShadows()
79 JSObject* obj = &expando.toObject(); in CheckExpandoObject()
131 v = expandoAndGeneration->expando; in GetAndClearExpandoObject()
164 JS::Rooted<JSObject*> expando( in EnsureExpandoObject() local
166 if (!expando) { in EnsureExpandoObject()
176 expandoAndGeneration->expando.setObject(*expando); in EnsureExpandoObject()
177 return expando; in EnsureExpandoObject()
182 return expando; in EnsureExpandoObject()
215 if (!expando) { in defineProperty()
255 JS::Rooted<JSObject*> expando(cx); in delete_() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DDOMJSProxyHandler.cpp39 if (expando) { in DOMProxyShadows()
78 JSObject* obj = &expando.toObject(); in CheckExpandoObject()
130 v = expandoAndGeneration->expando; in GetAndClearExpandoObject()
163 JS::Rooted<JSObject*> expando( in EnsureExpandoObject() local
165 if (!expando) { in EnsureExpandoObject()
175 expandoAndGeneration->expando.setObject(*expando); in EnsureExpandoObject()
176 return expando; in EnsureExpandoObject()
181 return expando; in EnsureExpandoObject()
214 if (!expando) { in defineProperty()
254 JS::Rooted<JSObject*> expando(cx); in delete_() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DDOMJSProxyHandler.cpp37 if (expando) { in DOMProxyShadows()
83 v = expandoAndGeneration->expando; in GetAndClearExpandoObject()
126 JS::Rooted<JSObject*> expando( in EnsureExpandoObject() local
128 if (!expando) { in EnsureExpandoObject()
138 expandoAndGeneration->expando.setObject(*expando); in EnsureExpandoObject()
139 return expando; in EnsureExpandoObject()
144 return expando; in EnsureExpandoObject()
177 if (!expando) { in defineProperty()
216 JS::Rooted<JSObject*> expando(cx); in delete_() local
218 (expando = GetExpandoObject(proxy))) { in delete_()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DDOMJSProxyHandler.cpp39 if (expando) { in DOMProxyShadows()
97 expandoAndGeneration->expando = UndefinedValue(); in ClearExternalRefsForWrapperRelease()
116 v = expandoAndGeneration->expando; in GetAndClearExpandoObject()
160 JS::Rooted<JSObject*> expando(cx, in EnsureExpandoObject() local
162 if (!expando) { in EnsureExpandoObject()
171 expandoAndGeneration->expando.setObject(*expando); in EnsureExpandoObject()
173 return expando; in EnsureExpandoObject()
183 return expando; in EnsureExpandoObject()
225 if (!expando) { in defineProperty()
265 JS::Rooted<JSObject*> expando(cx); in delete_() local
[all …]
/dports/irc/epic4/help/6_Functions/
H A Dbuiltin_expando3 $builtin_expando(<expando name>)
6 * If the <expando name> argument is omitted the empty string is returned.
7 * If the inline expando <expando name> does not exist, the empty string
10 expando" $<expando name>.
14 (eg, /assign A testing). If you need to call the underline inline expando
16 call this function to invoke the inline expando.
23 The value of the inline expando $<expando name>
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Actions/
H A DExpandoObject.cs321 internal KeyCollection(ExpandoObject expando) { in KeyCollection() argument
322 lock (expando.LockObject) { in KeyCollection()
323 _expando = expando; in KeyCollection()
325 _expandoCount = expando._count; in KeyCollection()
326 _expandoData = expando._data; in KeyCollection()
438 lock (expando.LockObject) { in ValueCollection()
439 _expando = expando; in ValueCollection()
441 _expandoCount = expando._count; in ValueCollection()
442 _expandoData = expando._data; in ValueCollection()
1085 return expando.Class == version; in ExpandoCheckVersion()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/tests/chrome/
H A Dfile_expandosharing.jsm4 is_op(target.numProp, 42, "Number expando works");
5 is_op(target.strProp, "foo", "String expando works");
8 is_op(target.objProp.bar, "baz", "Object expando works");
9 } catch(e) { is_op(0, 1, "No object expando"); }
/dports/www/firefox/firefox-99.0/js/xpconnect/tests/chrome/
H A Dfile_expandosharing.jsm4 is_op(target.numProp, 42, "Number expando works");
5 is_op(target.strProp, "foo", "String expando works");
8 is_op(target.objProp.bar, "baz", "Object expando works");
9 } catch(e) { is_op(0, 1, "No object expando"); }
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/tests/chrome/
H A Dfile_expandosharing.jsm4 is_op(target.numProp, 42, "Number expando works");
5 is_op(target.strProp, "foo", "String expando works");
8 is_op(target.objProp.bar, "baz", "Object expando works");
9 } catch(e) { is_op(0, 1, "No object expando"); }
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/tests/chrome/
H A Dfile_expandosharing.jsm4 is_op(target.numProp, 42, "Number expando works");
5 is_op(target.strProp, "foo", "String expando works");
8 is_op(target.objProp.bar, "baz", "Object expando works");
9 } catch(e) { is_op(0, 1, "No object expando"); }
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/tests/chrome/
H A Dfile_expandosharing.jsm4 is_op(target.numProp, 42, "Number expando works");
5 is_op(target.strProp, "foo", "String expando works");
8 is_op(target.objProp.bar, "baz", "Object expando works");
9 } catch(e) { is_op(0, 1, "No object expando"); }
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/tests/chrome/
H A Dfile_expandosharing.jsm4 is_op(target.numProp, 42, "Number expando works");
5 is_op(target.strProp, "foo", "String expando works");
8 is_op(target.objProp.bar, "baz", "Object expando works");
9 } catch(e) { is_op(0, 1, "No object expando"); }
/dports/textproc/elasticsearch-plugin-head/elasticsearch-head-8fe463f/src/app/ui/jsonPretty/
H A DjsonPretty.css6 .expando > SPAN.uiJsonPretty-name:before { content: "\25bc\a0"; color: #555; position: relative; to…
7 .expando.uiJsonPretty-minimised > SPAN.uiJsonPretty-name:before { content: "\25ba\a0"; top: 0; }
9 .expando .uiJsonPretty-minimised > UL SPAN.uiJsonPretty-name:before { content: ""; }
16 .expando > .uiJsonPretty-name { cursor: pointer; }
17 .expando > .uiJsonPretty-name:hover { text-decoration: underline; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/
H A DExpandoObject.cs357 internal KeyCollection(ExpandoObject expando) in KeyCollection() argument
359 lock (expando.LockObject) in KeyCollection()
361 _expando = expando; in KeyCollection()
363 _expandoCount = expando._count; in KeyCollection()
364 _expandoData = expando._data; in KeyCollection()
498 lock (expando.LockObject) in ValueCollection()
500 _expando = expando; in ValueCollection()
502 _expandoCount = expando._count; in ValueCollection()
503 _expandoData = expando._data; in ValueCollection()
1207 return expando.Class == version; in ExpandoCheckVersion()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DProxyObject.cpp161 void ProxyObject::setExpando(JSObject* expando) { in setExpando() argument
164 MOZ_ASSERT_IF(IsMarkedBlack(this) && expando, in setExpando()
165 !JS::GCThingIsMarkedGray(JS::GCCellPtr(expando))); in setExpando()
169 MOZ_ASSERT_IF(expando, expando->compartment() == compartment()); in setExpando()
170 *slotOfExpando() = ObjectOrNullValue(expando); in setExpando()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DProxyObject.cpp161 void ProxyObject::setExpando(JSObject* expando) { in setExpando() argument
164 MOZ_ASSERT_IF(IsMarkedBlack(this) && expando, in setExpando()
165 !JS::GCThingIsMarkedGray(JS::GCCellPtr(expando))); in setExpando()
169 MOZ_ASSERT_IF(expando, expando->compartment() == compartment()); in setExpando()
170 *slotOfExpando() = ObjectOrNullValue(expando); in setExpando()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DProxyObject.cpp161 void ProxyObject::setExpando(JSObject* expando) { in setExpando() argument
164 MOZ_ASSERT_IF(IsMarkedBlack(this) && expando, in setExpando()
165 !JS::GCThingIsMarkedGray(JS::GCCellPtr(expando))); in setExpando()
169 MOZ_ASSERT_IF(expando, expando->compartment() == compartment()); in setExpando()
170 *slotOfExpando() = ObjectOrNullValue(expando); in setExpando()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/Converters/
H A DTestExpandoObjectImporter.cs58 var expando = importer.Import(context, JsonText.CreateReader(@" in Export()
64 Assert.IsNotNull(expando); in Export()
65 Assert.IsInstanceOfType(typeof(ExpandoObject), expando); in Export()
66 dynamic obj = expando; in Export()
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/browser/1.0.1/src/Debugger/
H A DMain.elm50 , expando : Expando
111 , expando = Expando.init userModel
161 , expando = Expando.merge newUserModel model.expando
175 ( { model | expando = Expando.update eMsg model.expando }
187 , expando = Expando.merge userModel model.expando
199 , expando = Expando.merge indexModel model.expando
335 , expando = Expando.init latestUserModel
371 popoutView { history, state, expando } =
391 [ Expando.view Nothing expando
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DUnboxedObject.cpp340 if (!expando) return nullptr; in ensureExpando()
360 obj->setExpandoUnsafe(expando); in ensureExpando()
361 return expando; in ensureExpando()
560 JSObject::writeBarrierPre(expando); in convertToNative()
566 if (expando && !IsInsideNursery(expando)) in convertToNative()
766 Rooted<UnboxedExpandoObject*> expando( in obj_defineProperty() local
768 if (!expando) return false; in obj_defineProperty()
806 if (UnboxedExpandoObject* expando = in obj_getProperty() local
809 RootedObject nexpando(cx, expando); in obj_getProperty()
840 if (UnboxedExpandoObject* expando = in obj_setProperty() local
[all …]
/dports/irc/epic4/help/4_Misc/set/
H A Dstatus_format212 of special expandos. Each expando has a particular purpose. Keep in
40 %{map}expando, where map is the map level and expando is the single
41 character expando. The expandos specified above are in map level 0,
55 information. The %D expando has no help file; it is present only when
61 including a literal %expando in the variable will expand its contents
63 text "%expando".
69 expando is used.
H A Dstatus_format112 of special expandos. Each expando has a particular purpose. Keep in
40 %{map}expando, where map is the map level and expando is the single
41 character expando. The expandos specified above are in map level 0,
55 information. The %D expando has no help file; it is present only when
61 including a literal %expando in the variable will expand its contents
63 text "%expando".
69 expando is used.

12345678910>>...17