Home
last modified time | relevance | path

Searched defs:greet (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeFunctionLike.ts17 export function greet(name: string): string { function
29 greet(): string { method in Person
/arkcompiler/ets_frontend/arkguard/test/grammar/console/
DmoduleBlockTest.ts17 export function greet(name: string) { function
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Ddecorator-name-ts.ts31 greet() { method in Greeter
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dsample.js31 greet: function() { method
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-15.ts31 greet() { method in Greeter
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_declare.ts25 greet(): string { method in Greeter
/arkcompiler/ets_frontend/arkguard/test/grammar/toplevel_obfuscation/close_export/
DexportApi2.ts18 export function greet(name: string): string { function
/arkcompiler/ets_frontend/arkguard/test/grammar/toplevel_obfuscation/open_export/
DexportApi_2.ts18 export function greet(name: string): string { function
/arkcompiler/ets_frontend/arkguard/test/grammar/jsfile/
Dscript1.js24 greet: function () { method
49 greet: function () { method
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheapdump.js71 function greet() { function
85 greet: function() { method
97 greet() { method in Person
Dheapdump1.js39 greet() { method in Person
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/implement_interfaces/
Dtest_class.ts24 greet(): string { method in TestClass
Darkts_test_class.d.ts25 public greet(): string { return {} }; method in ArkTestClass
Dtest_class.js20 greet() { method in TestClass
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DCommonSyntax.ts77 const greet = (name) => { constant
117 greet() { method in Person
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1117 Local<JSValueRef> greet = runtimeInfo->GetCallArgRef(0); in NewClassFunction() local
1250 Local<Greeter> Greeter::New(EcmaVM *vm, Local<StringRef> greet) in New()