Home
last modified time | relevance | path

Searched defs:obj3 (Results 1 – 25 of 40) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtsxSpreadAttributesResolution8.js8 const obj3 = { variable
52 var obj3 = { variable
DtypeGuardsWithInstanceOfByConstructorSignature.js31 var obj3: B<number> | string; variable
216 var obj3; variable
DtsxSpreadAttributesResolution12.js8 const obj3: {y: false, overwrite: string} = { variable
58 var obj3 = { variable
DtsxSpreadAttributesResolution11.js8 const obj3: {y: true, overwrite: string } = { variable
57 var obj3 = { variable
DassignmentCompatability6.js7 …export interface interfaceWithOptional<T> { one?: T; }; var obj3: interface… variable
DfreshLiteralInference.js23 var obj3 = f3({ value: "1" }); // before: { value: fresh "1" } variable
DreverseMappedPartiallyInferableTypes.js89 const obj3 = id({ constant
170 var obj3 = id({ variable
DtsxAttributeResolution3.js51 var obj3 = { y: 32 }; variable
DobjectLiteralExcessProperties.js44 const obj3: T | { prop: boolean } = { name: "test", prop: true }; variable
73 var obj3 = { name: "test", prop: true }; variable
DintTypeCheck.js101 var obj3: i1 = new obj0; variable
227 var obj3 = new obj0; variable
DtsxStatelessFunctionComponentOverload5.js34 let obj3: any; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.2/object_type/
Dobject_type_2.ts27 let obj3 = { str: "OBJ" }; variable
/third_party/typescript/tests/cases/compiler/
DcontrolFlowFavorAssertedTypeThroughTypePredicate.ts26 declare const obj3: Record<string, unknown>; constant
DassignmentCompatability6.ts6 …export interface interfaceWithOptional<T> { one?: T; }; var obj3: interface… variable
DreverseMappedPartiallyInferableTypes.ts90 const obj3 = id({ constant
DobjectLiteralExcessProperties.ts43 const obj3: T | { prop: boolean } = { name: "test", prop: true }; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/object_literal/
Dobject_literal_9.ts43 let obj3: { variable
Dobject_literal_7.ts47 let obj3: I2 = { variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.4/5_weak_type_detection/
D5_weak_type_detection.ts49 const obj3 = { constant
/third_party/jerryscript/tests/jerry/
Dobject-prototype-tolocalestring.js24 var obj3 = {toLocaleString: function() { throw ReferenceError ("foo"); }}; variable
Dobject-prototype-hasownproperty.js44 var obj3 = {}; variable
/third_party/libabigail/doc/vizualization/layout/sources/
Dsa-C.cc39 C3 obj3; in main() local
/third_party/libabigail/doc/vizualization/graph/sources/
Dsa-C.cc39 C3 obj3; in main() local
/third_party/jerryscript/tests/jerry/es2015/
Dsymbol-unscopables.js73 var obj3 = { foo: 12 }; variable
/third_party/jerryscript/tests/unit-core/
Dtest-api-binary-operations-arithmetics.cpp268 …jerry_value_t obj3 = jerry_eval ((const jerry_char_t *) "o={valueOf:function(){throw 5}};o", 33, J… variable

12