| /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/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/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 | check.rs | 275 let mutable = if ty.mutable { "mut " } else { "" }; in check_type_slice_ref() localVariable
|
| D | parse.rs | 1159 let mutable = ty.mutability.is_some(); in parse_type_reference() localVariable 1201 let mutable = ty.mutability.is_some(); in parse_type_ptr() localVariable
|
| /third_party/python/Lib/test/ |
| D | test_typing.py | 5369 y: typing.Union[int, Annotated[T, "mutable"]]): ...
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 5899 mutable?: boolean; property
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 5919 mutable?: boolean; property
|