Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/example_hello/
Dhello.ts16 export function hello() { function
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts1 export default function hello(str: string) { function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_primitive_ref_test.cpp59 JSHandle<JSTaggedValue> hello(thread->GetEcmaVM()->GetFactory()->NewFromASCII("hello")); in HWTEST_F_L0() local