Home
last modified time | relevance | path

Searched defs:mutable (Results 1 – 22 of 22) 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/gstreamer/gst_libav/docs/
Dgst_plugins_cache.json38 "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/
Dgst_plugins_cache.json38 "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/
Dgst_plugins_cache.json39 "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/
Dgst_plugins_cache.json39 "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/
DunionTypeReadonly.js21 let mutable: Base | Mutable; variable
35 var mutable; variable
DintersectionTypeReadonly.js21 let mutable: Base & Mutable; variable
34 var mutable; variable
/third_party/gstreamer/gstplugins_good/docs/
Dgst_plugins_cache.json39 "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/
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
Dparse.rs1162 let mutable = ty.mutability.is_some(); in parse_type_reference() localVariable
1204 let mutable = ty.mutability.is_some(); in parse_type_ptr() localVariable
Dcheck.rs275 let mutable = if ty.mutable { "mut " } else { "" }; in check_type_slice_ref() localVariable
/third_party/python/Lib/test/
Dtest_typing.py3206 y: typing.Union[int, Annotated[T, "mutable"]]): ...
/third_party/typescript/lib/
Dlib.webworker.d.ts5919 mutable?: boolean; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5899 mutable?: boolean; property