Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts16 export default function hello(str: string): string { function
/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/arkguard/test/grammar/class_validation/
Dclass_in_namespace.ts69 const hello = new secHello.Hello(); constant
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DTsNewFeatrueSyntax.ts70 hello = 'hello'; property in Foo