Home
last modified time | relevance | path

Searched defs:mutable (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/global/
Dtype.tentative.any.js13 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 …]
Dvalue-get-set.any.js35 [{ "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 …]
Dconstructor.any.js44 get mutable() { getter
/third_party/typescript/tests/baselines/reference/
DunionTypeReadonly.js21 let mutable: Base | Mutable; variable
35 var mutable; variable
DintersectionTypeReadonly.js21 let mutable: Base & Mutable; variable
34 var mutable; variable
/third_party/node/test/fixtures/wpt/wasm/webapi/esm-integration/resources/
Dwasm-js-cycle.js3 let jsGlob = new WebAssembly.Global({ value: "i32", mutable: true }, 42); property
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeReadonly.ts20 let mutable: Base & Mutable; variable
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeReadonly.ts20 let mutable: Base | Mutable; variable
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dprototypes.any.js40 let global = new _Global({value: "i32", mutable: false}, 0); property
DinstanceTestFactory.js632 const value = new WebAssembly.Global({ "value": "i32", "mutable": true }, initial); property
676 const value = new WebAssembly.Global({ "value": "i64", "mutable": true }, initial); property
Dwasm-module-builder.js647 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/
Dmod.rs208 pub mutable: bool, field
254 pub mutable: bool, field
262 pub mutable: bool, field
271 pub mutable: bool, field
Dcheck.rs275 let mutable = if ty.mutable { "mut " } else { "" }; in check_type_slice_ref() localVariable
Dparse.rs1159 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/
Dtest_typing.py5369 y: typing.Union[int, Annotated[T, "mutable"]]): ...
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5899 mutable?: boolean; property
/third_party/typescript/lib/
Dlib.webworker.d.ts5919 mutable?: boolean; property