Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_primitive_ref_test.cpp36 JSHandle<JSTaggedValue> hello(thread->GetEcmaVM()->GetFactory()->NewFromASCII("hello")); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts16 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