Searched defs:hello (Results 1 – 9 of 9) sorted by relevance
25 get hello() { getter in ClassObjGetter43 get hello() { getter52 get hello() { getter
28 set hello(val) { setter in testClassObjSetter.ClassObjSetter40 set hello(val) { setter51 set hello(val) { setter
16 export default function hello(str: string): string { function
36 JSHandle<JSTaggedValue> hello(thread->GetEcmaVM()->GetFactory()->NewFromASCII("hello")); in HWTEST_F_L0() local
69 const hello = new secHello.Hello(); constant
44 'hello': function (a, b) { method
70 hello = 'hello'; property in Foo
54 'hello': function (a, b) { method
233 std::string hello = "'hello'"; in TEST_F() local