Home
last modified time | relevance | path

Searched refs:_props (Results 1 – 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DbooleanLiteralsContextuallyTypedFromUnion.types70 let Funk = (_props: ComponentProps) => <div>Hello</div>;
71 >Funk : (_props: ComponentProps) => JSX.Element
72 >(_props: ComponentProps) => <div>Hello</div> : (_props: ComponentProps) => JSX.Element
73 >_props : ComponentProps
82 >Funk : (_props: ComponentProps) => JSX.Element
92 >Funk : (_props: ComponentProps) => JSX.Element
110 >Funk : (_props: ComponentProps) => JSX.Element
130 >Funk : (_props: ComponentProps) => JSX.Element
DtsxDeepAttributeAssignabilityError.types18 export function MyComponent(_props: MyProps) {
19 >MyComponent : (_props: MyProps) => JSX.Element
20 >_props : MyProps
33 >MyComponent : (_props: MyProps) => JSX.Element
38 >MyComponent : (_props: MyProps) => JSX.Element
DtsxStatelessComponentDefaultProps.symbols14 function BackButton(_props: Props) {
16 >_props : Symbol(_props, Decl(tsxStatelessComponentDefaultProps.tsx, 7, 20))
DtsxDeepAttributeAssignabilityError.symbols23 export function MyComponent(_props: MyProps) {
25 >_props : Symbol(_props, Decl(my-component.tsx, 11, 28))
DtsxStatelessComponentDefaultProps.js9 function BackButton(_props: Props) {
26 function BackButton(_props) {
DtsxDeepAttributeAssignabilityError.js15 export function MyComponent(_props: MyProps) {
33 function MyComponent(_props) {
DtsxStatelessComponentDefaultProps.types12 function BackButton(_props: Props) {
14 >_props : Props
DbooleanLiteralsContextuallyTypedFromUnion.js18 let Funk = (_props: ComponentProps) => <div>Hello</div>;
32 var Funk = function (_props) { return <div>Hello</div>; }; argument
DbooleanLiteralsContextuallyTypedFromUnion.symbols59 let Funk = (_props: ComponentProps) => <div>Hello</div>;
61 >_props : Symbol(_props, Decl(booleanLiteralsContextuallyTypedFromUnion.tsx, 16, 12))
DexcessPropertyCheckWithUnions.js150 function F2(_props: Properties) { }
226 function F2(_props) { }
DexcessPropertyCheckWithUnions.types424 function F2(_props: Properties) { }
425 >F2 : (_props: Properties) => void
426 >_props : Properties
430 >F2 : (_props: Properties) => void
DtsxDeepAttributeAssignabilityError.errors.txt16 export function MyComponent(_props: MyProps) {
DbooleanLiteralsContextuallyTypedFromUnion.errors.txt24 let Funk = (_props: ComponentProps) => <div>Hello</div>;
DexcessPropertyCheckWithUnions.symbols380 function F2(_props: Properties) { }
382 >_props : Symbol(_props, Decl(excessPropertyCheckWithUnions.ts, 148, 12))
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp48 context(ctx), device(dev), _props(props) { in command_queue()
64 context(ctx), device(dev), _properties(properties), _props(0) { in command_queue()
70 _props |= properties[i + 1]; in command_queue()
132 return _props; in props()
142 return _props & CL_QUEUE_PROFILING_ENABLE; in profiling_enabled()
Dqueue.hpp80 cl_command_queue_properties _props; member in clover::command_queue
/third_party/typescript/tests/cases/fourslash/
DjsxWithTypeParametershasInstantiatedSignatureHelp.tsx9 //// function SFC<T>(_props: Record<string, T>) {
17 verify.signatureHelp({ text: "SFC(_props: Record<string, unknown>): string" });
19 verify.signatureHelp({ text: "SFC(_props: Record<string, string>): string" });
/third_party/icu/tools/unicode/py/
Dpreparseucd.py240 _props = [{}, {}] # props for 0 and 110000 variable
250 return _props[i]
262 c_props = _props[i]
271 _props.insert(i, c_props)
282 c_props = _props[i]
286 _props.insert(i + 1, c_props.copy())
319 c_props = _props[i]
323 _props.insert(i, c_props.copy())
965 b_props["blk"] = _props[i]["blk"]
979 props = _props[i]
[all …]
/third_party/typescript/tests/cases/compiler/
DtsxStatelessComponentDefaultProps.tsx11 function BackButton(_props: Props) {
DtsxDeepAttributeAssignabilityError.tsx18 export function MyComponent(_props: MyProps) {
DbooleanLiteralsContextuallyTypedFromUnion.tsx21 let Funk = (_props: ComponentProps) => <div>Hello</div>;
DexcessPropertyCheckWithUnions.ts150 function F2(_props: Properties) { }
/third_party/jsframework/runtime/main/model/
DpageLife.ts278 vm._props.forEach(prop => {
Dindex.ts680 public get _props() { method in Vm
/third_party/jsframework/test/ut/model/
Ddirective.ts101 _props: []

12