Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter_arkjs/js_to_ets/
Dgetter.js25 get hello() { getter in ClassObjGetter
43 get hello() { getter
52 get hello() { getter
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter_arkjs/js_to_ets/
Dsetter.js28 set hello(val) { setter in testClassObjSetter.ClassObjSetter
40 set hello(val) { setter
51 set hello(val) { setter
/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/static_core/plugins/ets/tests/interop_js/tests/test_esvalue/
Desvalue_def_test.js44 'hello': function (a, b) { method
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DTsNewFeatrueSyntax.ts70 hello = 'hello'; property in Foo
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue2/
Desvalue_def_test.js54 'hello': function (a, b) { method
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dlsp_rename_test.cpp233 std::string hello = "'hello'"; in TEST_F() local