Home
last modified time | relevance | path

Searched defs:greet (Results 1 – 11 of 11) 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/arkguard/test/grammar/class_validation/
Dclass_declare.ts25 greet(): string { method in Greeter
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-15.ts31 greet() { method in Greeter
/arkcompiler/toolchain/tooling/test/testcases/js/
Dsample.js31 greet: function() { method
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Ddecorator-name-ts.ts31 greet() { 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
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1069 Local<JSValueRef> greet = runtimeInfo->GetCallArgRef(0); in NewClassFunction() local
1202 Local<Greeter> Greeter::New(EcmaVM *vm, Local<StringRef> greet) in New()