Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/example_hello/
Dhello.ts16 export function hello() { function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/requireAsFunctionInExternalModule/
Dm.js22 export function hello() { } function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmergedDeclarations4.ts30 export let hello = 1; variable
DtaggedTemplatesWithTypeArguments1.ts31 AssertType(f<Stuff> ` hello ${stuff => stuff.x} brave ${stuff => stuff.y} world $… constant
33 AssertType(` hello ${stuff => stuff.x} brave ${stuff => stuff.y} world ${stuff =>… constant
DstringLiteralTypesOverloads03.ts38 let hello: "hello"; variable
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts1 export default function hello(str: string): string { function
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_in_namespace.ts69 const hello = new secHello.Hello(); constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_primitive_ref_test.cpp60 JSHandle<JSTaggedValue> hello(thread->GetEcmaVM()->GetFactory()->NewFromASCII("hello")); in HWTEST_F_L0() local