Searched defs:hello (Results 1 – 8 of 8) sorted by relevance
16 export function hello() { function
22 export function hello() { } function
30 export let hello = 1; variable
31 AssertType(f<Stuff> ` hello ${stuff => stuff.x} brave ${stuff => stuff.y} world $… constant33 AssertType(` hello ${stuff => stuff.x} brave ${stuff => stuff.y} world ${stuff =>… constant
38 let hello: "hello"; variable
1 export default function hello(str: string): string { function
69 const hello = new secHello.Hello(); constant
60 JSHandle<JSTaggedValue> hello(thread->GetEcmaVM()->GetFactory()->NewFromASCII("hello")); in HWTEST_F_L0() local