/third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
D | type.tentative.any.js | 13 assert_type({ "value": "i32", "mutable": true}); property 17 assert_type({ "value": "i32", "mutable": false}); property 21 assert_type({ "value": "i64", "mutable": true}); property 25 assert_type({ "value": "i64", "mutable": false}); property 29 assert_type({ "value": "f32", "mutable": true}); property 33 assert_type({ "value": "f32", "mutable": false}); property 37 assert_type({ "value": "f64", "mutable": true}); property 41 assert_type({ "value": "f64", "mutable": false}); property 45 assert_type({"value": "externref", "mutable": true}) property 49 assert_type({"value": "externref", "mutable": false}) property [all …]
|
D | value-get-set.any.js | 35 [{ "mutable": undefined }, "undefined"], property 36 [{ "mutable": null }, "null"], property 37 [{ "mutable": false }, "false"], property 38 [{ "mutable": "" }, "empty string"], property 39 [{ "mutable": 0 }, "zero"], property 72 [{ "mutable": true }, "true"], property 73 [{ "mutable": 1 }, "one"], property 74 [{ "mutable": "x" }, "string"], property 75 [Object.create({ "mutable": true }), "true on prototype"], property 95 const argument = { "value": "i64", "mutable": true }; property [all …]
|
D | constructor.any.js | 44 get mutable() { getter
|
/third_party/gstreamer/gst_libav/docs/ |
D | gst_plugins_cache.json | 38 "mutable": "null", string 50 "mutable": "null", string 62 "mutable": "null", string 74 "mutable": "null", string 86 "mutable": "null", string 127 "mutable": "null", string 139 "mutable": "null", string 151 "mutable": "null", string 163 "mutable": "null", string 175 "mutable": "null", string [all …]
|
/third_party/gstreamer/gstreamer/docs/plugins/ |
D | gst_plugins_cache.json | 38 "mutable": "playing", string 50 "mutable": "playing", string 90 "mutable": "null", string 102 "mutable": "null", string 116 "mutable": "null", string 155 "mutable": "null", string 167 "mutable": "null", string 206 "mutable": "null", string 248 "mutable": "null", string 262 "mutable": "null", string [all …]
|
/third_party/gstreamer/gstplugins_bad/docs/plugins/ |
D | gst_plugins_cache.json | 39 "mutable": "null", string 51 "mutable": "null", string 149 "mutable": "null", string 161 "mutable": "null", string 225 "mutable": "ready", string 237 "mutable": "ready", string 249 "mutable": "ready", string 261 "mutable": "ready", string 273 "mutable": "ready", string 314 "mutable": "ready", string [all …]
|
/third_party/gstreamer/gstplugins_base/docs/plugins/ |
D | gst_plugins_cache.json | 39 "mutable": "null", string 88 "mutable": "null", string 126 "mutable": "null", string 138 "mutable": "null", string 150 "mutable": "null", string 189 "mutable": "null", string 201 "mutable": "null", string 213 "mutable": "null", string 225 "mutable": "null", string 276 "mutable": "null", string [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | unionTypeReadonly.js | 21 let mutable: Base | Mutable; variable 35 var mutable; variable
|
D | intersectionTypeReadonly.js | 21 let mutable: Base & Mutable; variable 34 var mutable; variable
|
/third_party/gstreamer/gstplugins_good/docs/ |
D | gst_plugins_cache.json | 39 "mutable": "null", string 53 "mutable": "null", string 65 "mutable": "null", string 77 "mutable": "null", string 91 "mutable": "null", string 105 "mutable": "null", string 119 "mutable": "null", string 131 "mutable": "null", string 180 "mutable": "null", string 192 "mutable": "null", string [all …]
|
/third_party/node/test/fixtures/wpt/wasm/webapi/esm-integration/resources/ |
D | wasm-js-cycle.js | 3 let jsGlob = new WebAssembly.Global({ value: "i32", mutable: true }, 42); property
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionTypeReadonly.ts | 20 let mutable: Base & Mutable; variable
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | unionTypeReadonly.ts | 20 let mutable: Base | Mutable; variable
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
D | prototypes.any.js | 40 let global = new _Global({value: "i32", mutable: false}, 0); property
|
D | instanceTestFactory.js | 632 const value = new WebAssembly.Global({ "value": "i32", "mutable": true }, initial); property 676 const value = new WebAssembly.Global({ "value": "i64", "mutable": true }, initial); property
|
D | wasm-module-builder.js | 647 constructor(module, type, mutable) { argument 738 addGlobal(local_type, mutable) { argument 780 addImportedGlobal(module, name, type, mutable = false) { argument 785 mutable: mutable}; property
|
/third_party/rust/crates/cxx/syntax/ |
D | mod.rs | 208 pub mutable: bool, field 254 pub mutable: bool, field 262 pub mutable: bool, field 271 pub mutable: bool, field
|
D | parse.rs | 1162 let mutable = ty.mutability.is_some(); in parse_type_reference() localVariable 1204 let mutable = ty.mutability.is_some(); in parse_type_ptr() localVariable
|
D | check.rs | 275 let mutable = if ty.mutable { "mut " } else { "" }; in check_type_slice_ref() localVariable
|
/third_party/python/Lib/test/ |
D | test_typing.py | 3206 y: typing.Union[int, Annotated[T, "mutable"]]): ...
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 5919 mutable?: boolean; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 5899 mutable?: boolean; property
|